Skip to content

Commit

Permalink
chore: nginx 파일 복사 strip_components: 3 적용으로 경로 구성 요소를 제거하여 파일만 전송
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Sep 5, 2024
1 parent 7392b83 commit 53c7ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-aws-CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
key: ${{ secrets.AWS_DEV_PRIVATE_KEY }}
source: "./nginx/conf.d/nginx.conf"
target: "/home/ubuntu/nginx.conf" # 정확한 파일 경로 지정
strip_components: 3 # 경로 구성 요소를 제거하여 파일만 전송

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

0 comments on commit 53c7ab1

Please sign in to comment.