diff --git a/.github/workflows/deploy.production.yml b/.github/workflows/deploy.production.yml index e3e0a096..97a12048 100644 --- a/.github/workflows/deploy.production.yml +++ b/.github/workflows/deploy.production.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v6 - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/deploy.staging.yml b/.github/workflows/deploy.staging.yml index 0288d6c0..21615106 100644 --- a/.github/workflows/deploy.staging.yml +++ b/.github/workflows/deploy.staging.yml @@ -85,7 +85,7 @@ jobs: uses: actions/checkout@v6 - name: 🎈 Setup Fly - uses: superfly/flyctl-actions/setup-flyctl@1.5 + uses: superfly/flyctl-actions/setup-flyctl@1.6 - name: 🚀 Deploy Staging run: flyctl deploy --remote-only --config ./fly.staging.toml --build-arg COMMIT_SHA=${{ github.sha }} --strategy bluegreen