Skip to content

Commit

Permalink
fix: ec2의 docker-compose 환경변수 처리5
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed Jul 9, 2024
1 parent b9e05b7 commit 0a305f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ jobs:
username: ubuntu
script: |
sudo docker rm -f $(docker ps -qa)
sudo docker pull ${{ DOCKER_USERNAME }}/haedal-web
sudo -E docker-compose up -d
docker image prune -f

0 comments on commit 0a305f6

Please sign in to comment.