Skip to content

Commit

Permalink
chore: dev-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Aug 2, 2023
1 parent a3c5b72 commit aae3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
cd mapdagu
sudo docker-compose down
sudo docker-compose pull
sudo docker image rm ${{ secrets.DOCKER_REPO }}
sudo docker image rm ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
sudo docker-compose up -d
# REMOVE Github IP FROM security group
Expand Down

0 comments on commit aae3832

Please sign in to comment.