Skip to content

Commit d964af9

Browse files
committed
ci: update the deployment command
Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent 00da105 commit d964af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v4
103103
- uses: superfly/flyctl-actions/setup-flyctl@master
104-
- run: cd api && flyctl deploy --remote-only
104+
- run: flyctl deploy --remote-only -c api/fly.toml
105105
env:
106106
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
107107
- if: failure()
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v4
132132
- uses: superfly/flyctl-actions/setup-flyctl@master
133-
- run: cd publish && flyctl deploy --remote-only
133+
- run: flyctl deploy --remote-only -c publish/fly.toml
134134
env:
135135
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_PUBLISH }}
136136
- if: failure()

0 commit comments

Comments
 (0)