Skip to content

Commit

Permalink
fix deploy wf
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sync committed May 17, 2024
1 parent 86f6740 commit 41f74fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
REPO_OWNER: '${{ github.repository_owner }}'

- name: 🛩 Deploy to fly.io
run: flyctl deploy --remote-only --auto-confirm --region ${{ secrets.FLY_REGION }} --app ${{ env.APP_NAME }}
run: flyctl deploy --remote-only --auto-confirm --regions ${{ secrets.FLY_REGION }} --app ${{ env.APP_NAME }}

0 comments on commit 41f74fa

Please sign in to comment.