Skip to content

Commit

Permalink
Build: 도커 관련 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uuujini committed Jul 23, 2024
1 parent f540df9 commit 6cce743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.EC2_KEY }}
source: "build/libs/*.jar, Dockerfile, docker-compose.yml"
source: "build/libs/*.jar, ./Dockerfile, ./docker-compose.yml"
target: ${{ env.APP_PATH }}

- name: SSH Execute command on EC2
Expand Down

0 comments on commit 6cce743

Please sign in to comment.