Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you set up a fully managed, automated continuous deployment pipeline for a Go application in Cloud Run, triggered by commits to Cloud Source Repositories, using the simplest deployment solution?
A
Configure a cron job on your workstations to periodically run gcloud run deploy --source in the working directory.
B
Configure a Jenkins trigger to run the container build and deploy process for each source code commit to Cloud Source Repositories.
C
Configure continuous deployment of new revisions from a source repository for Cloud Run using buildpacks.
D
Use Cloud Build with a trigger configured to run the container build and deploy process for each source code commit to Cloud Source Repositories.