1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 14:46:52 +09:00

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

This commit is contained in:
Effy Elden 2017-04-23 22:21:09 +10:00 committed by Eugen
parent 89dc29affb
commit cc83ee60fb

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