Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
thekovie committed Mar 3, 2024
1 parent 4106a48 commit 1506dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 --remote-only --nixpacks
- run: flyctl deploy --nixpacks --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
3 changes: 1 addition & 2 deletions DBApplication/dbapp/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
app = "hoa-dbapp"
primary_region = "sin"

[[services]]

[[services]]

0 comments on commit 1506dfa

Please sign in to comment.