Skip to content

Commit

Permalink
added missing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Cufee committed Jun 6, 2024
1 parent cdc0ae2 commit 6d6c6e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary_fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only -c fly.canary.toml
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_CANARY }}

0 comments on commit 6d6c6e5

Please sign in to comment.