2
0
mirror of https://github.com/urbanguacamole/torrent-paradise synced 2024-10-31 21:20:13 +00:00
torrent-paradise/spider/deploy.sh
2019-01-16 15:07:06 +01:00

4 lines
125 B
Bash
Executable File

go build
ssh user@server systemctl stop spider
scp ./spider user@server:/home/nextgen/
ssh user@server systemctl start spider