diff --git a/appspec.yml b/appspec.yml index 371b5d08..90c84c63 100644 --- a/appspec.yml +++ b/appspec.yml @@ -2,16 +2,16 @@ version: 0.0 os: linux files: - source: / - destination: /home/ec2-user/app/deploy + destination: /home/ubuntu/app/deploy permissions: - object: / pattern: "**" - owner: ec2-user - group: ec2-user + owner: ubuntu + group: ubuntu hooks: ApplicationStart: - location: scripts/deploy.sh timeout: 60 - runas: ec2-user + runas: ubuntu