kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/release/cloudbuild/website-updater/cloudbuild.yaml (about)

     1  steps:
     2    - name: gcr.io/cloud-builders/docker
     3      id: make-image
     4      args:
     5        - build
     6        - kythe/release/cloudbuild/website-updater
     7        - -t
     8        - website-builder-env
     9  
    10    - name: website-builder-env
    11      id: deploy-website
    12      args:
    13        - kythe/release/appengine/default/deploy.sh
    14  
    15  options:
    16    logging: CLOUD_LOGGING_ONLY