Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

127
Vistas
How to specify what bucket to upload the build too using gcloud or app.yaml

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
about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Based on the documentation of gcloud app deploy, you need to add a --bucket flag in your command in order to specify which bucket you want to build when deploying your app to Google App Engine. And if this argument is not specified on your command the application's default code bucket is used.

Using this command:

gcloud app deploy --bucket=gs://my-bucket
about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda