mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-25 05:41:16 +00:00
7 lines
240 B
Bash
Executable file
7 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
git submodule update --remote
|
|
git add lemmy-docs
|
|
git commit -m"Updating docs"
|
|
git push
|
|
rsync --rsync-path="sudo rsync" -chavzP /var/www/joinlemmy --stats tyler@lemmy.ml:/var/www/
|
|
ssh tyler@lemmy.ml 'sudo systemctl reload nginx'
|