Skip to content

Commit

Permalink
CD: Remove FLY_REGION from deployment (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar authored May 6, 2024
2 parents 0f8015d + b6e010a commit 75c272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: 🚀 Fly Deploy
run: flyctl deploy --remote-only -a $FLY_APP -r $FLY_REGION
run: flyctl deploy --remote-only -a $FLY_APP
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_APP: ${{ secrets.FLY_APP }}
Expand Down

0 comments on commit 75c272c

Please sign in to comment.