diff --git a/appspec.yml b/appspec.yml new file mode 100644 index 0000000..02d3e96 --- /dev/null +++ b/appspec.yml @@ -0,0 +1,16 @@ +version: 0.0 +os: linux + +files: + - source: / + destination: /home/ubuntu/app/ +permissions: + - object: / + pattern: "**" + owner: ubuntu + group: ubuntu +hooks: + ApplicationStart: + - location: deploy.sh + timeout: 60 + runas: root