Skip to content

Commit

Permalink
fly: app name in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Sep 2, 2023
1 parent 6d1165c commit 8fdea53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
FLY_APP: ${{ secrets.FLY_APP_NAME }}

jobs:
deploy:
Expand All @@ -25,7 +24,6 @@ jobs:

- name: 🚢 Ship
run: "flyctl deploy
--app $FLY_APP
--auto-confirm
--no-cache
--remote-only
Expand Down
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app = ""
app = "midway"

kill_signal = "SIGINT"
kill_timeout = 5
kill_timeout = 15
processes = []

[env]
Expand Down

0 comments on commit 8fdea53

Please sign in to comment.