Skip to content

Commit

Permalink
chore: rsync production remote_path 변경 (#399)
Browse files Browse the repository at this point in the history
* chore: rsync production remote_path 변경

* style: conflict 수정
  • Loading branch information
kdomo authored May 16, 2024
1 parent c98de04 commit fd9b0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand All @@ -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
Expand Down

0 comments on commit fd9b0cb

Please sign in to comment.