Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

124
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!