Oct 27, 2020
Hello. I have a question.
Do we really need to deploy via CloudBuild ?
Could we not use "gcloud run deploy" command directly from GitLab and avoid CloudBuild altogether? (assuming the docker image is already built-and-pushed).
What advantages do we get by deploying through CloudBuild here?