Skip to content

Commit

Permalink
fix: 운영서버 배포 cd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon committed Dec 3, 2023
1 parent 0f15eba commit fed1850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
port: 22
username: ${{ secrets.EC2_DEV_INSTANCE_USERNAME }}
key: ${{ secrets.EC2_DEV_INSTANCE_PRIVATE_KEY }}
source: "./infra/*, !./infra/docker-compose-prod.yml, !./infra/scripts/deploy-prod.sh"
source: "infra/mysql/*, infra/nginx/*, infra/scripts/*.sh, !infra/scripts/deploy-prod.sh, infra/docker-compose-dev.yml"
target: "/home/ubuntu/moabam"

- name: 파일 세팅
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
port: 22
username: ${{ secrets.EC2_PROD_INSTANCE_USERNAME }}
key: ${{ secrets.EC2_PROD_INSTANCE_PRIVATE_KEY }}
source: "./infra/*, !./infra/docker-compose-dev.yml, !./infra/scripts/deploy-dev.sh"
source: "infra/mysql/*, infra/nginx/*, infra/scripts/*.sh, !infra/scripts/deploy-dev.sh, infra/docker-compose-prod.yml"
target: "/home/ubuntu/moabam"

- name: 파일 세팅
Expand Down

0 comments on commit fed1850

Please sign in to comment.