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 45abc78 commit e07e13eCopy full SHA for e07e13e
bin/deploy
@@ -11,7 +11,7 @@ stashed="$(echo $stash_output | grep $stash_message)"
11
12
bin/rails runner "Rails.application.eager_load!" &&
13
git push &&
14
- fly deploy --build-arg REVISION=$(git rev-parse HEAD) || exit 1
+ fly deploy --build-arg REVISION=$(git rev-parse HEAD)
15
16
if [[ "$stashed" ]]; then
17
git stash pop
0 commit comments