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 00da105 commit d964af9Copy full SHA for d964af9
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
steps:
102
- uses: actions/checkout@v4
103
- uses: superfly/flyctl-actions/setup-flyctl@master
104
- - run: cd api && flyctl deploy --remote-only
+ - run: flyctl deploy --remote-only -c api/fly.toml
105
env:
106
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
107
- if: failure()
@@ -130,7 +130,7 @@ jobs:
130
131
132
133
- - run: cd publish && flyctl deploy --remote-only
+ - run: flyctl deploy --remote-only -c publish/fly.toml
134
135
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_PUBLISH }}
136
0 commit comments