mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-03-25 04:32:57 -04:00
Revert changes to aws deployment location for master builds on preview environment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
files:
|
||||
-
|
||||
destination: /home/notify-app/notifications-admin
|
||||
destination: /home/ubuntu/notifications-admin
|
||||
source: /
|
||||
hooks:
|
||||
AfterInstall:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Chown application to be owned by notify"
|
||||
cd /home/notify-app/;
|
||||
chown -R notify-app:govuk-notify-applications notifications-admin
|
||||
echo "Chown application to be owned by ubuntu"
|
||||
cd /home/ubuntu/;
|
||||
chown -R ubuntu:ubuntu notifications-admin
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Install dependencies"
|
||||
cd /home/notify-app/notifications-admin;
|
||||
pip3 install -r /home/notify-app/notifications-admin/requirements.txt
|
||||
cd /home/ubuntu/notifications-admin;
|
||||
pip3 install -r /home/ubuntu/notifications-admin/requirements.txt
|
||||
Reference in New Issue
Block a user