view extra/soundsoftware/scripted-deploy/vagrant/provision.d/050-webapp-db.sh @ 1583:0dcd4f8c2b8a dockerise

Small update, commit Gemfile.lock
author Chris Cannam
date Wed, 16 Aug 2017 12:29:01 +0100
parents ae8043b014c7
children
line wrap: on
line source
#!/bin/bash

set -e

if [ ! -f /var/www/code/config/database.yml ]; then
    cp /var/www/code/extra/soundsoftware/scripted-deploy/config/database.yml.interpolated \
       /var/www/code/config/database.yml
fi