From 54abe1a535d7cbfcf8db9b13fb21b710986c6c31 Mon Sep 17 00:00:00 2001 From: Tadashi Date: Tue, 15 Apr 2025 08:28:52 +0700 Subject: [PATCH] ci: disable fly deployment #none --- .github/workflows/fly-deploy.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/fly-deploy.yml diff --git a/.github/workflows/fly-deploy.yml b/.github/workflows/fly-deploy.yml deleted file mode 100644 index 0b4beb5..0000000 --- a/.github/workflows/fly-deploy.yml +++ /dev/null @@ -1,18 +0,0 @@ -# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/ - -name: Fly Deploy -on: - push: - branches: - - main -jobs: - deploy: - name: Deploy app - runs-on: ubuntu-latest - concurrency: deploy-group # optional: ensure only one action runs at a time - steps: - - uses: actions/checkout@v4 - - uses: superfly/flyctl-actions/setup-flyctl@master - - run: flyctl deploy --remote-only - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}