Skip to content

Commit

Permalink
build(ci): specify fly machine to start
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Feb 22, 2024
1 parent 3d2fbbf commit bb68a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
run: |
flyctl deploy --ha=false --image ${{env.DOCKER_REPO}}/${{env.APP_NAME}}:${{env.APP_VERSION}} && \
flyctl machine start
flyctl machine start `flyctl machine list | tail -n 2 | awk '{print $1}'`

0 comments on commit bb68a4d

Please sign in to comment.