mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-07 15:03:09 -06:00
13 lines
552 B
YAML
13 lines
552 B
YAML
steps:
|
|
- name: gcr.io/cloud-builders/docker
|
|
args: ['build', '-t', 'gcr.io/$PROJECT_ID/dendrite-monolith:$TAG_NAME', '-f', 'build/docker/Dockerfile.monolith', '.']
|
|
- name: gcr.io/cloud-builders/kubectl
|
|
args: ['set', 'image', 'deployment/dendrite', 'dendrite=gcr.io/$PROJECT_ID/dendrite-monolith:$TAG_NAME']
|
|
env:
|
|
- CLOUDSDK_CORE_PROJECT=globekeeper-production
|
|
- CLOUDSDK_COMPUTE_ZONE=europe-west2-a
|
|
- CLOUDSDK_CONTAINER_CLUSTER=synapse-production
|
|
images:
|
|
- gcr.io/$PROJECT_ID/dendrite-monolith:$TAG_NAME
|
|
timeout: 480s
|