From 756a28f3b9c60974d72cc881e6722916e8fc3ce8 Mon Sep 17 00:00:00 2001 From: yooonwodyd Date: Fri, 22 Dec 2023 01:17:22 +0900 Subject: [PATCH] =?UTF-8?q?docker-image.yml=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-image.yml | 8 ++++---- src/main/resources/static/index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ecbef6b..c29b476 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -38,10 +38,10 @@ jobs: if: contains(github.ref, 'develop') 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 }} + host: ${{ happy.REMOTE_IP }} + username: ${{ happy.REMOTE_SSH_ID }} + key: ${{ happy.REMOTE_SSH_KEY }} + port: ${{ happy.REMOTE_SSH_PORT }} script: | sudo docker ps sudo docker pull yooonwodyd00/happynewhere_be-app diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 7e72f60..c27caa2 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -7,7 +7,7 @@ Kakao 로그인 이제 안됨~~~~~ - ci/cd 적용 완ㅅㅅ + ci/cd 적용 완 \ No newline at end of file