You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
444 B
21 lines
444 B
2 years ago
|
version: 0.0
|
||
|
os: linux
|
||
|
files:
|
||
|
- source: .
|
||
|
destination: /opt/app
|
||
|
hooks:
|
||
|
ApplicationStop:
|
||
|
- location: bin/deployment/stop
|
||
|
timeout: 300
|
||
|
AfterInstall:
|
||
|
- location: bin/deployment/build
|
||
|
ApplicationStart:
|
||
|
- location: bin/deployment/migrate
|
||
|
runas: ec2-user
|
||
|
timeout: 300
|
||
|
- location: bin/deployment/start
|
||
|
timeout: 3600
|
||
|
ValidateService:
|
||
|
- location: bin/deployment/health_check
|
||
|
timeout: 3600
|