Skip to content

Commit 68c87e9

Browse files
committed
New deploy script
1 parent 8f56e6f commit 68c87e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
--header 'Content-Type: application/json' \
317317
--header 'Postman-Token: e9e28b11-1889-488e-92c8-d8e41ef24e75' \
318318
--header 'cache-control: no-cache' \
319-
--data '{\n "env": "production",\n "image": "client",\n "tag": "'${CIRCLE_SHA1:0:7}'",\n "deploy": true\n}'
319+
--data '{ "env": "production", "image": "client", "tag": "'${CIRCLE_SHA1:0:7}'", "deploy": true }'
320320
321321
################################
322322
# Workflows

0 commit comments

Comments
 (0)