This commit is contained in:
Eugene Pankov
2021-07-25 20:45:15 +02:00
parent badc8302ce
commit 83c5e11a61
37 changed files with 37 additions and 5 deletions

12
backend/cloudbuild.yaml Normal file
View File

@@ -0,0 +1,12 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
dir: 'backend'
args:
- build
- '-t'
- '${_DOCKER_PUBLISH_URL}'
- '--cache-from'
- '${_DOCKER_PUBLISH_URL}'
- '--build-arg'
- 'BACKEND_URL=${_BACKEND_URL}'
- '.'