We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f4719e commit 56c0828Copy full SHA for 56c0828
.github/workflows/pro-deploy.yml
@@ -14,6 +14,6 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- uses: superfly/flyctl-actions/setup-flyctl@master
17
- - run: flyctl deploy --remote-only
+ - run: flyctl deploy --remote-only --config fly-pro.toml
18
env:
19
FLY_API_TOKEN: ${{ secrets.FLYIO_TOKEN }}
0 commit comments