You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrent-paradise/spider/deploy.sh

4 lines
125 B
Bash

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