diff --git a/pelicanconf.py b/pelicanconf.py index 1f2bdff..6b91711 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -24,7 +24,6 @@ HOSTS = ( ('tilde.institute', 'https://mspe.tilde.institute'), ('fr.tild3.org', 'https://mspe.fr.tild3.org'), ('radiofreqs.space', 'https://mspe.radiofreqs.space'), -('pinebox.wer.ee', 'https://pinebox.wer.ee/~mspe'), ('remotes.club', 'https://mspe.remotes.club'), ('theasylum.team', 'https://theasylum.team/~mspe'), @@ -32,6 +31,7 @@ HOSTS = ( ('summit.tildex.com', 'https://www.summit.tildex.com/~mspe'), ('tilde.club', 'https://tilde.club/~mspe'), ('tilde.town', 'https://tilde.town/~mspe'), +('pinebox.wer.ee', 'https://pinebox.wer.ee/~mspe'), ('tilde.pw', 'https://tilde.pw/~mspe'), ('aussies.space', 'https://aussies.space/~mspe'), ('squiggle.city', 'https://squiggle.city/~mspe'), diff --git a/sync.sh b/sync.sh index 5d8e0eb..b6a77f0 100755 --- a/sync.sh +++ b/sync.sh @@ -32,8 +32,6 @@ rs 22 'mspe' 'fr.tild3.org' 'public_html' rs 22 'marc' 'radiofreqs.space' 'public_html' rs 22 'mspe' 'radiofreqs.space' 'public_html' -rs 22 'mspe' 'pinebox.wer.ee' 'public_html' - rs 9022 'marc' 'remotes.club' 'web' rs 9022 'mspe' 'remotes.club' 'web' @@ -51,6 +49,8 @@ rs 22 'mspe' 'tilde.club' 'public_html' rs 22 'marc' 'tilde.town' 'public_html' rs 22 'mspe' 'tilde.town' 'public_html' +rs 22 'mspe' 'pinebox.wer.ee' 'public_html' + rs 22 'marc' 'tilde.pw' 'public_html' rs 22 'mspe' 'tilde.pw' 'public_html'