Prevent concurrent deployments

This commit is contained in:
Nico Burns 2023-01-02 22:27:34 +00:00
parent 3d328cb816
commit 5aa24bd704

View file

@ -35,6 +35,7 @@ jobs:
name: Deploy to Fly.io
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
concurrency: production_environment
needs: build
steps:
- name: Checkout repository