python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create environment vars in Cloud Build
I am trying to create an environment variable in my cloud build job named "MERGE_COMMIT_SHA". I am using this in my deployment pipeline in Spinnaker.
I create the variable from a curl comman...
user17094440
Votes: 0
Answers: 0
Converting gcloud command to CloudBuild.yaml for GCP Log Sink
I have created GCP Log Sinks using gcloud command and it works. I now want to move that code into a CloudBuild.Yaml file equivalent. Can someone please point me to the log sink cloud build yaml templa...
PB050505
Votes: 0
Answers: 1
How do you specify a custom service.yaml for cloud run in a cloudbuild.yaml?
I have a docker container deployed on Googles Cloud Run service. It has a very basic cloudbuild.yaml file that triggers from a git push to main branch.
I wish to automatically increase the ram of the ...
Isbister
Votes: 0
Answers: 1
How to connect appengine to vpc-connector
I have a django project that I deploy to Cloud Run. It uses two GCP resources - a Postgres database, and a Redis MemoryStore instance for caching.
Redis instances can only be connected to with serverl...
talkingtoaj
Votes: 0
Answers: 2