Skip to content

Commit

Permalink
tok
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick80 committed Apr 26, 2024
1 parent 23b25dd commit cbfd85e
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 @@ -58,7 +58,7 @@ jobs:

- name: 🚀 Deploy development
if: ${{ github.ref == 'refs/heads/development' }}
run: flyctl deploy --remote-only --a ${{ steps.app_name.outputs.value }}-development
run: flyctl deploy --remote-only -a ${{ steps.app_name.outputs.value }}-development
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

Expand Down

0 comments on commit cbfd85e

Please sign in to comment.