Kaynağa Gözat

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

master
Effy Elden 7 yıl önce
committed by Eugen
ebeveyn
işleme
cc83ee60fb
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      Vagrantfile

+ 1
- 0
Vagrantfile Dosyayı Görüntüle

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



Yükleniyor…
İptal
Kaydet