Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What is the next step to efficiently deploy new code to Cloud Run after setting up a Cloud Build YAML file that builds a container and executes gcloud run deploy?
gcloud run deploy
A
Create a Pub/Sub topic to be notified when code is pushed to the repository. Create a Pub/Sub trigger that runs the build file when an event is published to the topic.
B
Create a build trigger that runs the build file in response to a repository code being pushed to the development branch.
C
Create a webhook build trigger that runs the build file in response to HTTP POST calls to the webhook URL.
D
Create a Cron job that runs the following command every 24 hours: gcloud builds submit.