From 431c70aaa951fa7591917689d618dd207cc8c4d6 Mon Sep 17 00:00:00 2001 From: Will Norris Date: Tue, 31 Jan 2023 20:58:22 -0800 Subject: [PATCH] .github/workflow: switch to local-build fly deploy --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1455181..7719dd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: types: [completed] branches: [main] + concurrency: group: production cancel-in-progress: true @@ -17,6 +18,6 @@ jobs: steps: - uses: actions/checkout@v3 - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl -c etc/fly.toml deploy --remote-only + - run: flyctl -c etc/fly.toml deploy --local-only env: FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}