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