blob: 88fc91c5b0c0d5b75b7dca656794bc5e55feac3a [file] [log] [blame] [view]
# Deploy
The scripts in this directory are meant to be run as steps in Cloud Build.
See the [Cloud Build triggers page](https://pantheon.corp.google.com/cloud-build/triggers?project=go-discovery)
for a list of available triggers.
`deploy-env.yaml` deploys the config, worker, and frontend for a single
environment. The environment is configurable from the Cloud Build trigger
execution page.
`deploy.yaml` deploys to staging, runs e2e tests, and if the tests pass,
deploys to production.