mailiverse/deploy/dev-tomcat-restart
2013-08-16 15:34:54 -04:00

7 lines
108 B
Plaintext
Executable File

source ../config.hosts
server=$M_HOST_DEV
echo restarting...
ssh tomcat@$server "cd deploy && ./restart"