Skip to content

Commit

Permalink
revert " --restart on-fail" in .github/scripts/review-apps.sh as "Err…
Browse files Browse the repository at this point in the history
…or: unknown flag: --restart" ... #407 (comment)
  • Loading branch information
nelsonic committed Aug 15, 2023
1 parent 0ac1010 commit 634be19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/review-apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ elif ! flyctl status --app "$app"; then

# deploy
echo "deploy application"
flyctl deploy --app "$app" --region "$FLY_REGION" --strategy immediate --restart on-fail
flyctl deploy --app "$app" --region "$FLY_REGION" --strategy immediate

else
echo "deploy updated application"
flyctl deploy --app "$app" --region "$FLY_REGION" --strategy immediate --restart on-fail
flyctl deploy --app "$app" --region "$FLY_REGION" --strategy immediate
fi

0 comments on commit 634be19

Please sign in to comment.