Skip to content

Commit e07e13e

Browse files
committed
unstash even after failed deploys
1 parent 45abc78 commit e07e13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ stashed="$(echo $stash_output | grep $stash_message)"
1111

1212
bin/rails runner "Rails.application.eager_load!" &&
1313
git push &&
14-
fly deploy --build-arg REVISION=$(git rev-parse HEAD) || exit 1
14+
fly deploy --build-arg REVISION=$(git rev-parse HEAD)
1515

1616
if [[ "$stashed" ]]; then
1717
git stash pop

0 commit comments

Comments
 (0)