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