Skip to content

Commit 583c915

Browse files
committed
chore: deploy.yml 수정
1 parent 19ff112 commit 583c915

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
ssh -o StrictHostKeyChecking=no -i private_key.pem ec2-user@${{ secrets.EC2_HOST }} << 'EOF'
5757
set -e
5858
cd ~
59-
docker compose pull
60-
docker compose up -d
59+
docker-compose pull
60+
docker-compose up -d
6161

0 commit comments

Comments
 (0)