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/action_mailer.yml
|
||||||
|
/config/code_ocean.yml
|
||||||
/config/database.yml
|
/config/database.yml
|
||||||
/config/secrets.yml
|
/config/secrets.yml
|
||||||
/config/sendmail.yml
|
/config/sendmail.yml
|
||||||
|
@ -79,7 +79,7 @@ apt-get install -y nginx-extras passenger
|
|||||||
cd /vagrant
|
cd /vagrant
|
||||||
|
|
||||||
# config
|
# 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
|
do
|
||||||
if [ ! -f config/$f ]
|
if [ ! -f config/$f ]
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user