Skip to content

Commit

Permalink
fly updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pogseal committed Dec 21, 2023
1 parent cf45500 commit 9a32353
Show file tree
Hide file tree
Showing 4 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 @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config ./fly/core/fly.toml --remote-only
- run: flyctl deploy --config ./fly.core.toml --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion fly/home/fly.toml → fly.home.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kill_signal = "SIGINT"
kill_timeout = "5s"

[build]
dockerfile = "../../core.Dockerfile"
dockerfile = "core.Dockerfile"

[build.args]
IS_HOME = "true"
Expand Down

0 comments on commit 9a32353

Please sign in to comment.