Skip to content

Commit

Permalink
Update redeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
csotiistvan authored Nov 30, 2022
1 parent 332067f commit 0deb71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redeploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
sudo docker pull ashcroftt/nginx-test-artwrks:main
sudo docker pull ashcroftt/web:latest
sudo docker stop SRV_CONTAINER
sudo docker system prune -f
sudo docker run -d --name=SRV_CONTAINER -p 80:80 ashcroftt/nginx-test-artwrks:main
sudo docker run -d --name=SRV_CONTAINER -p 80:80 ashcroftt/web:latest

0 comments on commit 0deb71b

Please sign in to comment.