Server switch

This commit is contained in:
Joshua Goins 2022-11-01 23:04:21 -04:00
parent 2b800ac757
commit 8098ee6a79

View file

@ -14,4 +14,4 @@ tasks:
- deploy: |
cd xiv.zone
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
rsync -Wvr public/ deploy@ryne.moe:/var/ryne/sync/xiv.zone
rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/xiv.zone