diff --git a/appspec.yml b/appspec.yml index e2218bcd9..067b30f8d 100644 --- a/appspec.yml +++ b/appspec.yml @@ -6,7 +6,7 @@ files: hooks: AfterInstall: - - location: scripts/install_dependencies.sh + location: scripts/aws_install_dependencies.sh runas: root timeout: 300 ApplicationStart: diff --git a/scripts/aws_start_app.sh b/scripts/aws_start_app.sh index 3ba8676dd..1c3743f2c 100755 --- a/scripts/aws_start_app.sh +++ b/scripts/aws_start_app.sh @@ -1,6 +1,5 @@ #!/bin/bash echo "Starting application" -export NOTIFICATIONS_ADMIN_ENVIRONMENT='live' cd ~/notifications-admin/; sudo service notifications-admin start \ No newline at end of file