We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66122 commit a16ffe8Copy full SHA for a16ffe8
2 files changed
.circleci/config.yml
@@ -195,7 +195,7 @@ jobs:
195
- checkout
196
- run:
197
name: Deploy Staging
198
- command: yarn vapor deploy staging --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
+ command: yarn vapor deploy staging --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1 | head -n 3)"
199
200
deploy-production:
201
<<: *defaults
@@ -207,4 +207,4 @@ jobs:
207
208
209
name: Deploy Production
210
- command: yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1)"
+ command: yarn vapor deploy production --commit $CIRCLE_SHA1 --message "$(git log --format=%B -n 1 $CIRCLE_SHA1 | head -n 3)"
0 commit comments