Init Git
This commit is contained in:
19
appspec.yml
Normal file
19
appspec.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: 0.0
|
||||
os: linux
|
||||
files:
|
||||
- source: /
|
||||
destination: /home/ec2-user/app
|
||||
|
||||
hooks:
|
||||
BeforeInstall:
|
||||
- location: scripts/setup_tunnel.sh
|
||||
timeout: 600
|
||||
runas: root
|
||||
AfterInstall:
|
||||
- location: scripts/deploy.sh
|
||||
timeout: 600
|
||||
runas: ec2-user
|
||||
ValidateService:
|
||||
- location: scripts/verify.sh
|
||||
timeout: 120
|
||||
runas: ec2-user
|
||||
Reference in New Issue
Block a user