Skip to content

Commit

Permalink
add fly api token for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bastipnt committed Aug 31, 2024
1 parent 1dd4d0e commit 06332f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ on:
- main
jobs:
deploy:
environment:
name: fly.io
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
concurrency: deploy-group # optional: ensure only one action runs at a time
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit 06332f0

Please sign in to comment.