File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3838 --image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
3939 --no-allow-unauthenticated \
4040 --region ${_REGION} \
41- --set-env-vars EDITOR_UPSTREAM_RENDER_URL=$(cat _service_url)"
41+ --set-env-vars EDITOR_UPSTREAM_RENDER_URL=$(cat _service_url) \
42+ --service-account ${_SERVICE_ACCOUNT}"
4243
4344images :
4445- gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}
Original file line number Diff line number Diff line change 4141 --image gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION} \
4242 --no-allow-unauthenticated \
4343 --region ${_REGION} \
44- --add-custom-audiences="https://action.test/" "
44+ --add-custom-audiences "https://action.test/" \
45+ --service-account ${_SERVICE_ACCOUNT}"
4546
4647images :
4748- gcr.io/${PROJECT_ID}/${_SERVICE}:${_VERSION}
You can’t perform that action at this time.
0 commit comments