Skip to content

Commit

Permalink
chore: Send nginx.conf에서 target 경로 정확히 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Sep 5, 2024
1 parent 577ef67 commit 29cfac1
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 @@ -83,7 +83,7 @@ jobs:
host: ${{ secrets.AWS_DEV_HOSTNAME }}
key: ${{ secrets.AWS_DEV_PRIVATE_KEY }}
source: "./nginx/conf.d/nginx.conf"
target: "/home/ubuntu/"
target: "/home/ubuntu/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 29cfac1

Please sign in to comment.