Update master with all the staging changes for aws deployments.

This commit is contained in:
Rebecca Law
2016-04-15 16:10:11 +01:00
parent 966a662513
commit bfb59811f4
6 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ from app import notify_celery, create_app
from credstash import getAllSecrets
import os
default_env_file = '/home/ubuntu/environment'
default_env_file = '/home/notify-app/environment'
environment = 'live'
if os.path.isfile(default_env_file):