Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 723 Bytes

deploy.md

File metadata and controls

23 lines (17 loc) · 723 Bytes

Deploying (for maintainers)

The site is hosted in firebase and you must have access to the opencensusio project to deploy. Travis CI used to deploy things automatically but that is no longer working. Instead, follow these steps:

First, install the Firebase CLI and login. Then, checkout the repo and run the following commands:

# Clean everything for a fresh build
git clean -fdx

# Run the build in a docker container
./build.sh

# Optionally serve the firebase project locally
firebase serve --only hosting --host 0.0.0.0

# Finally deploy the result
firebase deploy --project opencensusio