Skip to content

Commit

Permalink
Merge pull request #50 from ClothingStoreService/chore/adjust-nginx-i…
Browse files Browse the repository at this point in the history
…mage

chore: nginx 파일 복사 strip_components: 3  적용으로 경로 구성 요소를 제거하여 파일만 전송
  • Loading branch information
Ogu1208 authored Sep 5, 2024
2 parents 7392b83 + 53c7ab1 commit a3ef4e6
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 a3ef4e6

Please sign in to comment.