Преглед изворни кода

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

master
Effy Elden пре 7 година
committed by Eugen
родитељ
комит
cc83ee60fb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile Прегледај датотеку

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



Loading…
Откажи
Сачувај