Skip to content

Commit 6c5a142

Browse files
committed
feat/#25-prod 배포 설정 추가
1 parent d4f5d77 commit 6c5a142

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/workflows
  • src/main/java/com/example/muneoserver/domain

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
username: ${{ secrets.EC2_USERNAME }}
5151
key: ${{ secrets.EC2_SSH_KEY }}
5252
port: ${{ secrets.EC2_PORT }}
53-
source: "docker-compose.yml,nginx/conf.d/default.conf"
53+
source: "docker-compose.yml,nginx/conf.d/default.conf,nginx/conf.d/prod.conf"
5454
target: ${{ secrets.EC2_DEPLOY_PATH }}
5555
strip_components: 0
5656
overwrite: true

src/main/java/com/example/muneoserver/domain/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)