diff --git a/pelicanconf.py b/pelicanconf.py index 985f531..531294a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -27,6 +27,7 @@ HOSTS = ( ('pinebox.wer.ee', 'https://pinebox.wer.ee/~mspe'), ('remotes.club', 'https://mspe.remotes.club'), +('theasylum.team', 'https://theasylum.team/~mspe'), ('thunix.net', 'https://thunix.net/~mspe'), ('summit.tildex.com', 'https://www.summit.tildex.com/~mspe'), ('tilde.club', 'https://tilde.club/~mspe'), diff --git a/sync.sh b/sync.sh index 56354d4..5d8e0eb 100755 --- a/sync.sh +++ b/sync.sh @@ -38,6 +38,8 @@ rs 9022 'marc' 'remotes.club' 'web' rs 9022 'mspe' 'remotes.club' 'web' +rs 22 'mspe' 'theasylum.team' 'public_html' + rs 22 'marc' 'thunix.net' 'public_html' rs 22 'mspe' 'thunix.net' 'public_html'