Skip to content

Commit

Permalink
chore: rsync production remote_path 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed May 16, 2024
1 parent c98de04 commit 001f331
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/production_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand Down

0 comments on commit 001f331

Please sign in to comment.