Skip to content

Commit

Permalink
Avoid the "spare machine that increases app availability"
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored May 30, 2023
1 parent afa5f8e commit 00ae55d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ runs:
shell: bash
run: |
flyctl deploy --remote-only \
--ha=false \
--env RELEASE_COMMIT=$(git rev-parse --verify HEAD) \
--env RELEASE_CREATED_AT=$(date --iso-8601=seconds) \
--env RELEASE_VERSION="v$(( $FLY_RELEASE_VERSION + 1 ))"
Expand Down

0 comments on commit 00ae55d

Please sign in to comment.