Doppler is deployed to K8 with all the configuration checked in.
See github.com/artsy/doppler/pull/154 for details of switching from Heroku to K8.
Add the following environment settings. The sample values below are for a staging deployment.
- ARTSY_API_URL=https://stagingapi.artsy.net
- ARTSY_API_CLIENT_ID=
- ARTSY_API_CLIENT_SECRET=
You can use a key from a demo app created on developers-staging.artsy.net. Note that staging is rebuilt nightly with production data, and your application will be deleted. If you need a persistent application, create it on developers.artsy.net - it will be available on staging within 24 hours.
Assuming upstream
is git@github.com:artsy/doppler.git
, run the following.
hokusai production pipeline promote --git-remote upstream