Skip to content

Commit

Permalink
chore: CD-dev 워크 플로우 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed May 7, 2024
1 parent d4df7ab commit 3fad62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
host: ${{ secrets.HOST }}
key: ${{ secrets.KEY }}
port: 22
source: "./.deploy/docker-compose.yml"
source: "./.deploy/docker-compose-dev.yml"
target: "/home/ubuntu/"

## 도커 허브에서 jar파일 및 pull후에 컴포즈 up
Expand Down

0 comments on commit 3fad62b

Please sign in to comment.