Add code_ocean.yml to copied configuration.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/config/action_mailer.yml
|
||||
/config/code_ocean.yml
|
||||
/config/database.yml
|
||||
/config/secrets.yml
|
||||
/config/sendmail.yml
|
||||
|
@ -79,7 +79,7 @@ apt-get install -y nginx-extras passenger
|
||||
cd /vagrant
|
||||
|
||||
# config
|
||||
for f in action_mailer.yml database.yml secrets.yml sendmail.yml smtp.yml
|
||||
for f in action_mailer.yml database.yml secrets.yml sendmail.yml smtp.yml code_ocean.yml
|
||||
do
|
||||
if [ ! -f config/$f ]
|
||||
then
|
||||
|
Reference in New Issue
Block a user