Skip to content

Commit

Permalink
ops: updates app names in fly.toml and fly.yml for deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
zapbampow committed May 2, 2023
1 parent 76f6f78 commit 45bfa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/dev' }}
uses: superfly/flyctl-actions@1.3
with:
args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
args: "deploy --app ${{ steps.app_name.outputs.value }}-dev --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}"
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app = "upgrade-9459"
app = "bgg-stats"
kill_signal = "SIGINT"
kill_timeout = 5
processes = [ ]
Expand Down

0 comments on commit 45bfa0b

Please sign in to comment.