From e893e25ff455822e943379a1c8850359f465fcaa Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Mon, 26 May 2025 20:14:09 +0200 Subject: [PATCH] chore: release version v1.65.8 --- .github/workflows/build.yml | 41 ------------------------------------- 1 file changed, 41 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5fec189c..f77352d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,49 +18,8 @@ permissions: contents: write jobs: - deploy-test: - name: 🚀 Deploy to test env (fly.io) - runs-on: ubuntu-latest - if: ${{ github.base_ref == 'main' || (github.ref == 'refs/heads/main' && github.event_name == 'push') }} - steps: - - name: ⬇️ Checkout repo - uses: actions/checkout@v3 - - uses: superfly/flyctl-actions/setup-flyctl@master - - - name: 👀 Read app name - uses: SebRollen/toml-action@v1.0.0 - id: app_name - with: - file: "fly.toml" - field: "app" - - - name: 🚀 Deploy Test - run: flyctl deploy --remote-only --wait-timeout=300 --ha=false - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} - - manual-approval: - name: Manual Approval - runs-on: ubuntu-latest - needs: deploy-test - if: success() - - permissions: - issues: write - - steps: - - name: Await Manual Approval - uses: trstringer/manual-approval@v1 - with: - secret: ${{ github.TOKEN }} - approvers: DmitryPopov - minimum-approvals: 1 - issue-title: "Manual Approval Required for Release" - issue-body: "Please approve or deny the deployment." - build: name: 🛠 Build - needs: manual-approval runs-on: ubuntu-22.04 if: ${{ (github.ref == 'refs/heads/main') && github.event_name == 'push' }} permissions: