
Ultimate access to all questions.
As a member of the SRE team for a data-processing company, you're managing an application manually deployed to App Engine. The application's source code is in Cloud Source Repositories. A new version has been developed, tested, and approved for production deployment. After pushing the code update to the Cloud Source Repository, you notice the old version hasn't been updated. What's your next step?
A
Verify the Cloud Build trigger is correctly configured and attempt the update push again.
B
Use Cloud Shell to navigate to the directory containing app.yaml and execute 'gcloud app browse'.
C
In Cloud Shell, go to the directory with app.yaml and run 'gcloud app deploy app.yaml'.
D
Confirm the Cloud Build Service Account has the necessary permissions for App Engine deployment.