Skip to content

Commit

Permalink
fix: added root privileges to use docker
Browse files Browse the repository at this point in the history
  • Loading branch information
aerin-brown-codes authored Sep 19, 2023
1 parent 859e57d commit ea2e754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redeploy-site.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
git fetch && git reset origin/main --hard
docker compose -f docker-compose.prod.yml down
docker compose -f docker-compose.prod.yml up -d --build
sudo docker compose -f docker-compose.prod.yml down
sudo docker compose -f docker-compose.prod.yml up -d --build

0 comments on commit ea2e754

Please sign in to comment.