From fd9b0cb33561c14ef4d67dd0106b199a10dd4623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=8F=84=EB=AA=A8?= Date: Thu, 16 May 2024 23:55:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20rsync=20production=20remote=5Fpath=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=20(#399)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: rsync production remote_path 변경 * style: conflict 수정 --- .github/workflows/production_build_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production_build_deploy.yml b/.github/workflows/production_build_deploy.yml index cee18ac8..711849c3 100644 --- a/.github/workflows/production_build_deploy.yml +++ b/.github/workflows/production_build_deploy.yml @@ -93,7 +93,7 @@ jobs: remote_user: ${{ secrets.EC2_USERNAME }} remote_key: ${{ secrets.EC2_PRIVATE_KEY }} path: docker-compose.yaml - remote_path: / + remote_path: /home/ec2-user/ - name: Copy default.conf to EC2 uses: burnett01/rsync-deployments@7.0.1 @@ -103,7 +103,7 @@ jobs: remote_user: ${{ secrets.EC2_USERNAME }} remote_key: ${{ secrets.EC2_PRIVATE_KEY }} path: ./nginx - remote_path: / + remote_path: /home/ec2-user/ # 슬랙으로 빌드 스캔 결과 전송 - name: Send to slack