Server switch

This commit is contained in:
Joshua Goins 2022-11-01 23:06:49 -04:00
parent 075aa41ca3
commit dff666ecb5

View file

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