Explorar el Código

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

master
Effy Elden hace 7 años
committed by Eugen
padre
commit
cc83ee60fb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile Ver fichero

@@ -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



Cargando…
Cancelar
Guardar