22 lines
366 B
Plaintext
22 lines
366 B
Plaintext
FormatVersion: 2.0.0
|
|
Version: 1.0.0
|
|
Name: Deploy Tomcat
|
|
|
|
Parameters:
|
|
appName: $appName
|
|
|
|
Body: |
|
|
return deploy(args.appName).stdout
|
|
|
|
Scripts:
|
|
deploy:
|
|
Type: Application
|
|
Version: 1.0.0
|
|
EntryPoint: Linux/deployTomcat.sh
|
|
Files:
|
|
- <Linux/installer.sh>
|
|
- <Linux/common.sh>
|
|
Options:
|
|
captureStdout: true
|
|
captureStderr: false
|