Skip to content

Commit 925a3ca

Browse files
fix: docker compose 파일 경로 수정 (#208)
1 parent 927b202 commit 925a3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-prod-ec2-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
host: ${{ secrets.EC2_HOST }}
5959
username: ubuntu
6060
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
61-
source: docker-compose.prod.yml
61+
source: deploy/docker-compose.yml,deploy/docker-compose.prod.yml
6262
target: ~/saerok-prod
6363
strip_components: 0
6464

0 commit comments

Comments
 (0)