Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you automate the migration of photo directories from the webphotos-staging Cloud Storage bucket to the webphotos-prod bucket when promoting a Node.js App Engine application from staging to production using Cloud Build?
webphotos-staging
webphotos-prod
A
Manually copy the photos to webphotos-prod.
B
Add a startup script in the application's app.yami file to move the photos from webphotos-staging to webphotos-prod.
C
Add a build step in the cloudbuild.yaml file before the promotion step with the arguments:
D