mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-21 02:30:13 -04:00
Make repo be owned by ubuntu not root post code deploy deployment.
This commit is contained in:
5
scripts/aws_change_ownership.sh
Executable file
5
scripts/aws_change_ownership.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Chown application to be owned by ubuntu"
|
||||
cd /home/ubuntu/;
|
||||
chown -R ubuntu:ubuntu notifications-api
|
||||
Reference in New Issue
Block a user