diff --git a/deploy.sh b/deploy.sh index b0ba335..71eff2c 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,2 +1,6 @@ #!/bin/bash +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'