Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap authored May 22, 2024
1 parent 568addb commit 8e99410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
sudo docker rm -f $(docker ps -aq --filter name=issue_tracker)
sudo docker pull ${{ secrets.DOCKER_REPO }}/issue_tracker:latest
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/issue_tracker:latest
sudo docker run -d -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/issue_tracker:latest -name issue_tracker
sudo docker image prune -f
sudo docker volume prune -f

0 comments on commit 8e99410

Please sign in to comment.