Im busy deploying a Strapi app to my gcloud App Engine but it seems to have randomly decided what bucket to upload the build too. Is there a way I can specify which of my buckets I want it to upload too?
I used the following command to deploy the build:
gcloud app deploy app.yaml --project kolektivo-backend
// app.yaml
runtime: nodejs16
service: vendors
instance_class: F1
env_variables:
NODE_ENV: "production"
INSTANCE_CONNECTION_NAME: "kolektivo-backend:us-central1:alfajores"
beta_settings:
cloud_sql_instances: kolektivo-backend:us-central1:alfajores=tcp:5432