From b0e9372cd9b28395a1886863772adadd9e2ed59b Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 20 Nov 2024 14:53:45 -0600 Subject: [PATCH] updated workflow --- .github/workflows/fly-deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/fly-deploy.yml b/.github/workflows/fly-deploy.yml index b0c246e..aab5637 100644 --- a/.github/workflows/fly-deploy.yml +++ b/.github/workflows/fly-deploy.yml @@ -1,5 +1,3 @@ -# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ - name: Fly Deploy on: push: @@ -9,7 +7,7 @@ jobs: deploy: name: Deploy app runs-on: ubuntu-latest - concurrency: deploy-group # optional: ensure only one action runs at a time + concurrency: deploy-group # optional: ensure only one action runs at a time steps: - uses: actions/checkout@v4 - uses: superfly/flyctl-actions/setup-flyctl@master