diff options
Diffstat (limited to 'appspec.yml')
| -rw-r--r-- | appspec.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/appspec.yml b/appspec.yml index 97fbb4d..c38058c 100644 --- a/appspec.yml +++ b/appspec.yml @@ -3,4 +3,8 @@ os: linux files: - source: / destination: /home/ec2-user/philippgeyer.co.uk -
\ No newline at end of file +hooks: + ApplicationStart: + - location: scripts/build.sh + timeout: 300 + runas: ec2-user
\ No newline at end of file |
