From 9a802c194ee9a2d9a065ed2cc540a452d91dcdac Mon Sep 17 00:00:00 2001 From: songhyeonpk Date: Thu, 19 Jun 2025 23:30:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20develop=20=EB=B0=B0=ED=8F=AC=20=EC=9B=8C?= =?UTF-8?q?=ED=81=AC=ED=94=8C=EB=A1=9C=EC=9A=B0=20appleboy/ssh-action=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=A0=95=EB=B3=B4=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/develop_build_deploy.yml | 2 +- .github/workflows/develop_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_build_deploy.yml b/.github/workflows/develop_build_deploy.yml index 288ed3f..94ce17a 100644 --- a/.github/workflows/develop_build_deploy.yml +++ b/.github/workflows/develop_build_deploy.yml @@ -63,7 +63,7 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} - name: Deploy to EC2 Server - uses: appleboy/ssh-action@1.0.3 + uses: appleboy/ssh-action@v1.0.3 env: DOCKERHUB_IMAGE_FULL_PATH: ${{ steps.metadata.outputs.tags }} DOCKERHUB_IMAGE_NAME: ${{ env.DOCKERHUB_IMAGE_NAME }} diff --git a/.github/workflows/develop_deploy.yml b/.github/workflows/develop_deploy.yml index 92d6497..2343f05 100644 --- a/.github/workflows/develop_deploy.yml +++ b/.github/workflows/develop_deploy.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Deploy to EC2 Server - uses: appleboy/ssh-action@1.0.3 + uses: appleboy/ssh-action@v1.0.3 env: DOCKERHUB_IMAGE_FULL_PATH: ${{ env.DOCKERHUB_USERNAME }}/${{ env.DOCKERHUB_IMAGE_NAME }}:${{ github.event.inputs.commit_hash }} DOCKERHUB_IMAGE_NAME: ${{ env.DOCKERHUB_IMAGE_NAME }}