mirror of
https://github.com/redstrate/Auracite.git
synced 2025-05-03 09:17:47 +00:00
5 lines
232 B
Bash
5 lines
232 B
Bash
|
#!/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/
|