File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -172,9 +172,6 @@ jobs:
172
172
- run :
173
173
name : Deploy Staging
174
174
command : yarn vapor deploy staging --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
175
- - run :
176
- name : Notify velocity.codeclimate
177
- command : bash node_modules/circleci-util/src/notify-deployments.sh -o codeclimate-velocity
178
175
179
176
deploy-production :
180
177
<< : *defaults
@@ -184,7 +181,4 @@ jobs:
184
181
- checkout
185
182
- run :
186
183
name : Deploy Production
187
- command : yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
188
- - run :
189
- name : Notify velocity.codeclimate
190
- command : bash node_modules/circleci-util/src/notify-deployments.sh -o codeclimate-velocity
184
+ command : yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
You can’t perform that action at this time.
0 commit comments