Skip to content

Commit

Permalink
Update dev-aws-CI-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 authored Oct 1, 2024
1 parent de12620 commit 665c787
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 @@ -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
Expand Down

0 comments on commit 665c787

Please sign in to comment.