瀏覽代碼

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…
取消
儲存