Skip to content

Commit

Permalink
chore: rsync version downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed May 16, 2024
1 parent 9c1fc39 commit b0a4e43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

# 서버로 docker-compose 파일 전송
- name: Copy docker-compose file to EC2
uses: burnett01/rsync-deployments@7.0.1
uses: burnett01/rsync-deployments@4.1
with:
switches: -avzr --delete
remote_host: ${{ secrets.EC2_HOST }}
Expand All @@ -87,13 +87,13 @@ jobs:
remote_path: /home/ec2-user/

- name: Copy default.conf to EC2
uses: burnett01/rsync-deployments@7.0.1
uses: burnett01/rsync-deployments@4.1
with:
switches: -avzr --delete
remote_host: ${{ secrets.EC2_HOST }}
remote_user: ${{ secrets.EC2_USERNAME }}
remote_key: ${{ secrets.EC2_PRIVATE_KEY }}
path: ./nginx/
path: ./nginx
remote_path: /home/ec2-user/

# 슬랙으로 빌드 스캔 결과 전송
Expand Down

0 comments on commit b0a4e43

Please sign in to comment.