fixing deploy script.

This commit is contained in:
Dessalines 2021-03-13 09:57:06 -05:00
parent 3aa6bc8396
commit dc5487b917

View file

@ -3,4 +3,5 @@ git submodule update --remote
git add lemmy-docs git add lemmy-docs
git commit -m"Updating docs" git commit -m"Updating docs"
git push git push
ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && bash -l build.sh' rsync --rsync-path="sudo rsync" -chavzP /var/www/joinlemmy --stats tyler@lemmy.ml:/var/www/
ssh tyler@lemmy.ml 'sudo systemctl reload nginx'