Skip to content

Commit

Permalink
Merge pull request #233 from cozystack/production-environment
Browse files Browse the repository at this point in the history
Define environment for production deployments
  • Loading branch information
jehrhardt authored Aug 21, 2024
2 parents 8fdb498 + 96c8a2b commit c438435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
deploy:
name: Deploy cozyauth
runs-on: ubuntu-latest
concurrency: deploy-group # optional: ensure only one action runs at a time
environment: production
concurrency: production
steps:
- uses: actions/checkout@v4
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down

0 comments on commit c438435

Please sign in to comment.