joinlemmy-site/deploy.sh

7 lines
197 B
Bash
Raw Permalink Normal View History

#!/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'