Skip to content

Commit

Permalink
Fix: 명령어 수정, docker compose -> docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Aug 6, 2024
1 parent acaea92 commit 23bc24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
cd /home/ubuntu/workspace/docker/staging
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/genti-staging
sudo docker compose up -d
sudo docker-compose up -d
sudo docker image prune -f
- name: delete github actions ip from aws security group
Expand Down

0 comments on commit 23bc24e

Please sign in to comment.