Skip to content
Extraits de code Groupes Projets
Valider cc83ee60 rédigé par Effy Elden's avatar Effy Elden Validation de Eugen
Parcourir les fichiers

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
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -63,6 +63,7 @@ bundle install ...@@ -63,6 +63,7 @@ bundle install
yarn install yarn install
# Build Mastodon # Build Mastodon
export $(cat ".env.vagrant" | xargs)
bundle exec rails db:setup bundle exec rails db:setup
bundle exec rails assets:precompile bundle exec rails assets:precompile
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter