2021-02-04 19:55:58 +00:00
|
|
|
#!/bin/bash
|
2021-02-08 04:54:43 +00:00
|
|
|
git submodule update --remote
|
|
|
|
git add lemmy-docs
|
|
|
|
git commit -m"Updating docs"
|
|
|
|
git push
|
2021-02-04 20:06:29 +00:00
|
|
|
ssh tyler@5.196.14.162 'cd ~/joinlemmy-site && git pull --recurse-submodules && bash -l build.sh'
|