Server switch

This commit is contained in:
Joshua Goins 2022-11-01 23:02:25 -04:00
parent 074d40a966
commit b28993acd3

View file

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