Skip to content

Commit

Permalink
chore: nginx 복사 경로 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Sep 5, 2024
1 parent a3ef4e6 commit 93de63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-aws-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
host: ${{ secrets.AWS_DEV_HOSTNAME }}
key: ${{ secrets.AWS_DEV_PRIVATE_KEY }}
source: "./nginx/conf.d/nginx.conf"
target: "/home/ubuntu/nginx.conf" # 정확한 파일 경로 지정
target: "/home/ubuntu" # 정확한 파일 경로 지정
strip_components: 3 # 경로 구성 요소를 제거하여 파일만 전송

# Move nginx.conf from Home Directory to /etc/nginx/conf.d
Expand Down

0 comments on commit 93de63a

Please sign in to comment.