Skip to content

Commit

Permalink
ci: fix the deployment command for "api" (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored Jan 14, 2025
1 parent e12a772 commit c9a1880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c stats/fly.toml
- run: flyctl deploy --remote-only -c api/fly.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_TOKEN_API }}
- if: failure()
Expand Down

0 comments on commit c9a1880

Please sign in to comment.