From c7f985485f1257af571e1891fcbe0328f2117974 Mon Sep 17 00:00:00 2001 From: hongyoung Date: Sat, 6 Jan 2024 08:26:50 +0900 Subject: [PATCH] =?UTF-8?q?comment:=20=EB=B0=B0=ED=8F=AC=20=EC=A4=91?= =?UTF-8?q?=EB=8B=A8=20=EC=A3=BC=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0cbf48d..f5b326a 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -57,15 +57,15 @@ jobs: run: ./gradlew jib - # ssh로 접속해 재배포 - - name: Deploy - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.REMOTE_IP }} - username: ${{ secrets.REMOTE_SSH_ID }} - key: ${{ secrets.REMOTE_SSH_KEY }} - port: ${{ secrets.REMOTE_SSH_PORT }} - script: | - cd docker - docker compose pull wanf - docker compose up -d wanf + # ssh로 접속해 재배포 (2024 . 01 . 06 배포 중단) + #- name: Deploy + # uses: appleboy/ssh-action@master + # with: + # host: ${{ secrets.REMOTE_IP }} + # username: ${{ secrets.REMOTE_SSH_ID }} + # key: ${{ secrets.REMOTE_SSH_KEY }} + # port: ${{ secrets.REMOTE_SSH_PORT }} + # script: | + # cd docker + # docker compose pull wanf + # docker compose up -d wanf