From d285f18382d4dda3718b1a23f3b24a464af4ab1c Mon Sep 17 00:00:00 2001 From: Zepelown Date: Sat, 21 Dec 2024 02:07:00 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=85=8C=EC=8A=A4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3e4580a..eabb69e 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -14,16 +14,6 @@ jobs: build: # if: github.event.pull_request.merged == true runs-on: ubuntu-latest - - steps: - - name: Setup MySQL - uses: mirromutth/mysql-action@v1.1 - with: - host port: 3306 - container port: 3306 - mysql database: ${{ secrets.SPRING_DATASOURCE_NAME }} - mysql root password: ${{ secrets.SPRING_DATASOURCE_PASSWORD }} - - name: Checkout uses: actions/checkout@v3 @@ -60,6 +50,7 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_PRIVATE_KEY }} passphrase: ${{ secrets.SSH_PASSPHRASE }} + envs: GITHUB_SHA script: | #!/bin/bash ls