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

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