From d6d1ad61c7e30b845b9d7e37e90963f60ff67d7e Mon Sep 17 00:00:00 2001 From: Jun Seo <78674565+sunseo18@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:04:43 +0900 Subject: [PATCH] =?UTF-8?q?[7=EC=A3=BC=EC=B0=A8]=20CD=20=EC=BD=94=EB=93=9C?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/CD.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index edf5a27..a0e03e8 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -10,8 +10,9 @@ jobs: env: working-directory: Second Seminar/SecondSeminar - steps: - - uses: actions/checkout@v3 + steps: + - name: 체크아웃 + uses: actions/checkout@v3 - name: Set up JDK 17 uses: actions/setup-java@v3 @@ -60,7 +61,7 @@ jobs: key: ${{ secrets.RELEASE_SERVER_KEY }} script: | cd ~ - ./deploy + ./deploy