mailiverse/deploy/dev-tomcat-restart

7 lines
108 B
Plaintext
Raw Normal View History

2013-08-09 17:31:37 -04:00
2013-08-16 15:34:54 -04:00
source ../config.hosts
server=$M_HOST_DEV
2013-08-09 17:31:37 -04:00
echo restarting...
ssh tomcat@$server "cd deploy && ./restart"