diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-26 11:18:02 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-26 11:18:02 +0000 |
commit | 409a2599b30159207a7d4da6a7fd7aede4a4327f (patch) | |
tree | 7ed88b27133bbb6e82a4251579a77fbd0705cb00 /site | |
parent | 91971201e545529098ac2b9bc374a383a637e28f (diff) |
move to a different server
Diffstat (limited to 'site')
-rw-r--r-- | site/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/Makefile b/site/Makefile index 05a1922..c1fd91b 100644 --- a/site/Makefile +++ b/site/Makefile @@ -57,8 +57,8 @@ serve-gemini: gmid -p 1966 ./gemini upload: - rsync --delete -a www/ op:sites/gmid.omarpolo.com - rsync --delete -a gemini/ op:gemini/gmid.omarpolo.com + openrsync --rsync-path=openrsync --del -a www/ antartica:/var/www/gmid.omarpolo.com + openrsync --rsync-path=openrsync --del -a gemini/ antartica:/var/gemini/gmid.omarpolo.com titles-gem: .for p in ${PAGES} |