Skip to content

Commit 038bd91

Browse files
committed
fix(ci): deploy api from repo root
1 parent 7536b27 commit 038bd91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: superfly/flyctl-actions/setup-flyctl@1.5
3232

3333
- name: Deploy
34-
run: flyctl deploy -c packages/api/fly.toml --remote-only
34+
run: flyctl deploy . -c packages/api/fly.toml --remote-only
3535
env:
3636
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
3737

0 commit comments

Comments
 (0)