1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-05-03 09:17:47 +00:00
auracite/scripts/copy-web-to-server.sh

5 lines
232 B
Bash
Raw Permalink Normal View History

2025-04-30 23:20:11 -04:00
#!/bin/sh
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive web/ ryne.moe:/srv/http/auracite.xiv.zone/ &&
rsync -e "ssh -p 38901 -o StrictHostKeyChecking=no" --recursive pkg/ ryne.moe:/srv/http/auracite.xiv.zone/pkg/