diff --git a/.github/workflows/fly.yml b/.github/workflows/fly.yml index b721e90..29ddb8d 100644 --- a/.github/workflows/fly.yml +++ b/.github/workflows/fly.yml @@ -7,7 +7,10 @@ jobs: deploy: name: Deploy app runs-on: ubuntu-latest - concurrency: deploy-group # optional: ensure only one action runs at a time + concurrency: deploy-group + environment: + name: production + url: https://kennethreitz.org steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master