Skip to content

Commit

Permalink
Export environment variables from .env.vagrant before running rails c…
Browse files Browse the repository at this point in the history
…ommands in Vagrant provisioning (mastodon#2343)
  • Loading branch information
ineffyble authored and Gargron committed Apr 23, 2017
1 parent 89dc29a commit cc83ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc83ee6

Please sign in to comment.