tree: 2717e224c75e1259a36dd96f121112c331685eb9 [path history] [tgz]
  1. build.sh
  2. config.sh
  3. deploy-env.yaml
  4. deploy.yaml
  5. frontend.sh
  6. migrate.yaml
  7. pagecheck.sh
  8. prepare.sh
  9. README.md
  10. screentest.sh
  11. sitemap.yaml
  12. 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.