Skip to content

Commit

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

0 comments on commit b9e05b7

Please sign in to comment.