소스 검색

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



불러오는 중...
취소
저장