Skip to content

Commit 93f7c1f

Browse files
Copilotspawnia
andcommitted
Use static concurrency group for Fly.io deployments
This ensures all deployments to the same Fly.io app are serialized, regardless of branch or trigger source. Co-authored-by: spawnia <12158000+spawnia@users.noreply.github.com>
1 parent 45c514e commit 93f7c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
concurrency:
9-
group: deploy-${{ github.ref }}
9+
group: deploy-fly-io-production
1010
cancel-in-progress: false
1111

1212
env:

0 commit comments

Comments
 (0)