Skip to content

Latest commit

 

History

History

cloud-run

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Deploy and run serverless container application

Run locally

go run main.go

Deploy

Make sure you have the permission

Manually

gcloud builds submit . \
    --substitutions SHORT_SHA=$(git rev-parse --short HEAD)

Automated

Trigger currently supports source code from:

Learn more on official docs