Commit ea91a527 by larosa

add new

parent 35e2e54c
Showing with 8 additions and 0 deletions
#!/bin/sh
cd /var/lib/jenkins/workspace/go_nplm_server/;
cp manifest/config/config.toml.prod manifest/config/config.toml;
/usr/local/go/bin/go build -o go_nplm_server
rsync -arqzog /var/lib/jenkins/workspace/go_nplm_server/ --exclude "*.git" guojun@172.18.137.57::goroot/go_nplm_server/ --password-file=/etc/rsync.password
sudo ansible go_mic_web -m shell -a '/usr/bin/supervisorctl restart go_nplm_server_http:'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment