diff --git a/.github/workflows/pro-deploy.yml b/.github/workflows/pro-deploy.yml index 0c47fb7b..ad5193f3 100644 --- a/.github/workflows/pro-deploy.yml +++ b/.github/workflows/pro-deploy.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only + - run: flyctl deploy --remote-only --config fly-pro.toml env: FLY_API_TOKEN: ${{ secrets.FLYIO_TOKEN }}