mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 08:55:04 -05:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
set -x
|
||
|
|
||
|
M_HOST=$1
|
||
|
|
||
|
scp ../ext/apache-tomcat.tar.gz tomcat@$M_HOST:
|
||
|
scp setup-tomcat.remote tomcat@$M_HOST:
|
||
|
|
||
|
ssh tomcat@$M_HOST ./setup-tomcat.remote
|