Procházet zdrojové kódy

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

master
Effy Elden před 7 roky
committed by Eugen
rodič
revize
cc83ee60fb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile Zobrazit soubor

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



Načítá se…
Zrušit
Uložit