We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038bd91 commit f3a0345Copy full SHA for f3a0345
1 file changed
.github/workflows/deploy-api.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: superfly/flyctl-actions/setup-flyctl@1.5
32
33
- name: Deploy
34
- run: flyctl deploy . -c packages/api/fly.toml --remote-only
+ run: flyctl deploy . -c packages/api/fly.toml --dockerfile packages/api/Dockerfile --remote-only
35
env:
36
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
37
0 commit comments