codex/upload.sh

8 lines
169 B
Bash
Raw Permalink Normal View History

2021-08-06 14:14:41 +00:00
#!/bin/sh
git push origin master
git push tildegit master
2021-08-06 14:14:41 +00:00
2021-08-06 15:28:18 +00:00
ssh opfez@tilde.town "cd public_html/codex && git pull && make"
ssh skoskapet "cd codex && git pull && make"