Код: Выделить всё
steps:
- name: gcr.io/cloud-builders/gcloud
env:
- 'APP_NAME=${_APP_NAME}'
args:
- app
- deploy
timeout: 1600s

< /п>
Подробнее здесь: https://stackoverflow.com/questions/783 ... laravel-ap
Код: Выделить всё
steps:
- name: gcr.io/cloud-builders/gcloud
env:
- 'APP_NAME=${_APP_NAME}'
args:
- app
- deploy
timeout: 1600s
