Mercurial > hg > soundsoftware-site
diff deploy/provision.d/050-webapp-db.sh @ 1593:83412a0a2389 dockerise
Handle API keys etc, + tidying handling of generated files
author | Chris Cannam |
---|---|
date | Fri, 18 Aug 2017 15:02:20 +0100 |
parents | 94669513c53c |
children |
line wrap: on
line diff
--- a/deploy/provision.d/050-webapp-db.sh Fri Aug 18 14:46:06 2017 +0100 +++ b/deploy/provision.d/050-webapp-db.sh Fri Aug 18 15:02:20 2017 +0100 @@ -5,7 +5,7 @@ # Copy across the database config file (the source file has presumably # been generated from a skeleton, earlier in provisioning) -infile=/var/www/code/deploy/config/database.yml +infile=/var/www/code/deploy/config/database.yml.gen outfile=/var/www/code/config/database.yml if [ ! -f "$outfile" ]; then