Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass new Firebase configuration variables into build container #1824

Merged
merged 7 commits into from
Sep 27, 2019
2 changes: 2 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ docker run \
--rm \
--env NODE_ENV=production \
--env FIREBASE_APP \
--env FIREBASE_APP_ID \
--env FIREBASE_API_KEY \
--env FIREBASE_CLIENT_ID \
--env FIREBASE_PROJECT_ID \
--env GIT_REVISION="$TRAVIS_COMMIT" \
--env GOOGLE_ANALYTICS_TRACKING_ID \
--volume="$TRAVIS_BUILD_DIR/dist:/app/dist" \
Expand Down