Closed travjenkins closed 1 month ago
We will no longer directly run:
gcloud run deploy dashboard \
--project estuary-control \
--region us-central1 \
--source ./build/
We will use a new action
uses: 'google-github-actions/deploy-cloudrun@v2'
with:
service: 'dashboard'
project_id: 'estuary-control'
region: 'us-central1'
source: './build/'
This adds two new labels
to the cloud run YAML