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.
22 lines
527 B
22 lines
527 B
7 years ago
|
version: 0.0
|
||
|
os: linux
|
||
|
files:
|
||
|
- source: ./
|
||
|
destination: /home/ec2-user/projects/
|
||
|
hooks:
|
||
|
BeforeInstall:
|
||
|
- location: aws-scripts/say_hello.sh
|
||
|
timeout: 300
|
||
|
runas: root
|
||
|
AfterInstall:
|
||
|
- location: aws-scripts/say_hello.sh #maybe start the server
|
||
|
timeout: 300
|
||
|
runas: root
|
||
|
ApplicationStart:
|
||
|
- location: aws-scripts/say_hello.sh #maybe start the server.
|
||
|
timeout: 300
|
||
|
runas: root
|
||
|
ApplicationStop:
|
||
|
- location: aws-scripts/say_hello.sh
|
||
|
timeout: 300
|
||
|
runas: root
|