diff --git a/appspec.dev.yml b/appspec.dev.yml index 3c56f23..7cdc337 100644 --- a/appspec.dev.yml +++ b/appspec.dev.yml @@ -4,24 +4,24 @@ os: linux files: - source: / - destination: /home/ubuntu/dev + destination: /home/ec2-user/dev overwrite: yes file_exists_behavior: OVERWRITE permissions: - object: / pattern: "**" - owner: ubuntu - group: ubuntu + owner: ec2-user + group: ec2-user hooks: ApplicationStart: - location: scripts/dev/run_new_was.sh timeout: 180 - runas: ubuntu + runas: ec2-user - location: scripts/dev/health_check.sh timeout: 180 - runas: ubuntu + runas: ec2-user # - location: scripts/dev/switch.sh # timeout: 180 # runas: ubuntu \ No newline at end of file