mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-21 20:01:16 +00:00
fixing deploy script.
This commit is contained in:
parent
3aa6bc8396
commit
dc5487b917
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@ git submodule update --remote
|
|||
git add lemmy-docs
|
||||
git commit -m"Updating docs"
|
||||
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'
|
||||
|
|
Loading…
Reference in a new issue