Skip to content
Snippets Groups Projects
Commit cc83ee60 authored by Effy Elden's avatar Effy Elden Committed by Eugen
Browse files

Export environment variables from .env.vagrant before running rails commands...

Export environment variables from .env.vagrant before running rails commands in Vagrant provisioning (#2343)
parent 89dc29af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment