Skip to content

Commit

Permalink
Merge pull request #59 from ClothingStoreService/chore/CI/CD-docker-c…
Browse files Browse the repository at this point in the history
…ompose

chore: depth 3으로 다시 설정
  • Loading branch information
Ogu1208 authored Sep 9, 2024
2 parents bcf0c85 + 86b3a17 commit c38db16
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 @@ -81,7 +81,7 @@ jobs:
key: ${{ secrets.AWS_DEV_PRIVATE_KEY }}
source: "./docker-compose.yml,./nginx/conf.d/nginx.conf"
target: "/home/ubuntu/"
strip_components: 2 # nginx.conf 경로 구성 요소를 제거하여 파일만 전송
strip_components: 3 # nginx.conf 경로 구성 요소를 제거하여 파일만 전송

# 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 c38db16

Please sign in to comment.