Deploy and run serverless container application
go run main.go
Make sure you have the permission
gcloud builds submit . \
--substitutions SHORT_SHA=$(git rev-parse --short HEAD)
Trigger currently supports source code from:
- Cloud Source Repositories
- [Github] (https://github.com)
Learn more on official docs