The core protocol of WoopChain
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.
woop/appspec.yml

23 lines
483 B

6 years ago
version: 0.0
os: linux
files:
6 years ago
- source: /
destination: /home/ec2-user/projects/src/harmony
6 years ago
hooks:
BeforeInstall:
- location: aws-scripts/say_hello.sh
6 years ago
timeout: 10
6 years ago
runas: root
AfterInstall:
- location: aws-scripts/setup.sh
timeout: 300
6 years ago
runas: root
ApplicationStart:
- location: aws-scripts/run_instance.sh
timeout: 300
6 years ago
runas: root
ApplicationStop:
6 years ago
- location: aws-scripts/say_bye.sh
6 years ago
timeout: 10
runas: root