diff --git a/.github/workflows/dev-aws-CI-CD.yml b/.github/workflows/dev-aws-CI-CD.yml index 5307246..f5ba85f 100644 --- a/.github/workflows/dev-aws-CI-CD.yml +++ b/.github/workflows/dev-aws-CI-CD.yml @@ -84,7 +84,7 @@ jobs: key: ${{ secrets.AWS_DEV_PRIVATE_KEY }} source: "./docker-compose.yml,./nginx/conf.d/nginx.conf" target: "/home/ubuntu/" - strip_components: 3 # nginx.conf 경로 구성 요소를 제거하여 파일만 전송 + strip_components: 1 # nginx.conf 경로 구성 요소를 제거하여 파일만 전송 debug: true # Move nginx.conf from Home Directory to /etc/nginx/conf.d