From 37e4b76226e7d0411abbb21f0a7fcf1c0057f063 Mon Sep 17 00:00:00 2001 From: Lucky3028 Date: Mon, 8 Jul 2024 03:05:00 +0900 Subject: [PATCH] ci: remove cd --- .github/workflows/ci-and-cd.yml | 43 --------------------------------- 1 file changed, 43 deletions(-) diff --git a/.github/workflows/ci-and-cd.yml b/.github/workflows/ci-and-cd.yml index 5bda9625..0d112018 100644 --- a/.github/workflows/ci-and-cd.yml +++ b/.github/workflows/ci-and-cd.yml @@ -73,46 +73,3 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - - deploy: - name: Deploy image on main branch - runs-on: ubuntu-latest - needs: - - lint-and-test - - build-image - if: ${{ github.ref == 'refs/heads/main' }} - steps: - - uses: actions/checkout@v4 - - name: Make GitHub App Secret Key - working-directory: ./attachments - # 秘密鍵は改行が含まれているのでヒアドキュメントを利用して書き込む - run: | - cat > key.pem < .env <