tree: a79d41d2ef5e1519d0d6e0cf286b6768f6d74afb [path history] [tgz]
  1. build.sh
  2. config.sh
  3. deploy-env.yaml
  4. deploy.yaml
  5. e2e.sh
  6. frontend.sh
  7. lib.sh
  8. prepare.sh
  9. README.md
  10. sitemap.yaml
  11. worker.sh
deploy/README.md

Deploy

The scripts in this directory are meant to be run as steps in Cloud Build.

See the Cloud Build triggers page 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.