From 001f3314e784bfa3807ea28b544afddb301e8b12 Mon Sep 17 00:00:00 2001 From: kdomo Date: Thu, 16 May 2024 23:51:25 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20rsync=20production=20remote=5Fpath=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/production_build_deploy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/production_build_deploy.yml b/.github/workflows/production_build_deploy.yml index cee18ac8..3aae9310 100644 --- a/.github/workflows/production_build_deploy.yml +++ b/.github/workflows/production_build_deploy.yml @@ -93,7 +93,14 @@ jobs: remote_user: ${{ secrets.EC2_USERNAME }} remote_key: ${{ secrets.EC2_PRIVATE_KEY }} path: docker-compose.yaml +<<<<<<< Updated upstream remote_path: / +======= +<<<<<<< Updated upstream + remote_path: /home/tenminute/ +======= + remote_path: /home/ec2-user/ +>>>>>>> Stashed changes - name: Copy default.conf to EC2 uses: burnett01/rsync-deployments@7.0.1 @@ -103,7 +110,12 @@ jobs: remote_user: ${{ secrets.EC2_USERNAME }} remote_key: ${{ secrets.EC2_PRIVATE_KEY }} path: ./nginx +<<<<<<< Updated upstream remote_path: / +======= + remote_path: /home/ec2-user/ +>>>>>>> Stashed changes +>>>>>>> Stashed changes # 슬랙으로 빌드 스캔 결과 전송 - name: Send to slack