Skip to content

Commit f3a0345

Browse files
committed
fix(ci): pass api dockerfile to fly
1 parent 038bd91 commit f3a0345

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 --dockerfile packages/api/Dockerfile --remote-only
3535
env:
3636
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
3737

0 commit comments

Comments
 (0)