Skip to content

Commit b2f88d9

Browse files
Copilotspawnia
andcommitted
Address review feedback: simplify concurrency group and use = for flags
Co-authored-by: spawnia <12158000+spawnia@users.noreply.github.com>
1 parent 93f7c1f commit b2f88d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
concurrency:
9-
group: deploy-fly-io-production
9+
group: deploy
1010
cancel-in-progress: false
1111

1212
env:
@@ -24,4 +24,4 @@ jobs:
2424
uses: superfly/flyctl-actions/setup-flyctl@master
2525

2626
- name: Deploy to fly.io
27-
run: flyctl deploy --lease-timeout 120s --wait-timeout 600s
27+
run: flyctl deploy --lease-timeout=120s --wait-timeout=600s

0 commit comments

Comments
 (0)