mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-10-31 23:45:06 -04:00
7 lines
107 B
Plaintext
Executable File
7 lines
107 B
Plaintext
Executable File
|
|
source ./config.hosts
|
|
server=$M_HOST_PROD
|
|
|
|
echo restarting...
|
|
ssh tomcat@$server "cd deploy && ./restart"
|