[upload.sh] fix updating servers [about] un-orphan {media}

This commit is contained in:
opfez 2021-10-23 17:44:49 +02:00
parent a512a21c96
commit 4fdee12e65
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,8 @@ I'm opfez. I like exploring {computation} and learning about new concepts and
ways of thought. I'm particularly interested in functional programming, and by
extension the {lambda-calculus}. Other interests of mine include music and {language}.
{media Here} is some of my favourite media of all time.
I started working on {codex this wiki} during the summer of 2021.
You can reach me by e-mail over at ``opfez at disroot dot org``, on Mastodon

View File

@ -1,6 +1,7 @@
#!/bin/sh
git push
git push origin master
git push tildegit master
ssh opfez@tilde.town "cd public_html/codex && git pull && make"
ssh skoskapet "cd codex && git pull && make"