Export environment variables from .env.vagrant before running rails commands in Vagrant provisioning (#2343)

lolsob-rspec
Effy Elden 2017-04-23 22:21:09 +10:00 committed by Eugen
parent e9bb5e8e8a
commit 6a4e0ff47a
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -63,6 +63,7 @@ bundle install
yarn install
# Build Mastodon
export $(cat ".env.vagrant" | xargs)
bundle exec rails db:setup
bundle exec rails assets:precompile