From 4fdee12e65ae64c66a1eaeb835536e1a526115e1 Mon Sep 17 00:00:00 2001 From: opfez Date: Sat, 23 Oct 2021 17:44:49 +0200 Subject: [PATCH] [upload.sh] fix updating servers [about] un-orphan {media} --- site-src/about.wtn | 2 ++ upload.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/site-src/about.wtn b/site-src/about.wtn index 05ef607..b0a66c3 100644 --- a/site-src/about.wtn +++ b/site-src/about.wtn @@ -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 diff --git a/upload.sh b/upload.sh index a36118e..f3786a3 100755 --- a/upload.sh +++ b/upload.sh @@ -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"