Skip to content

Instantly share code, notes, and snippets.

@Rand0mB0t
Created October 26, 2020 08:41
Show Gist options
  • Save Rand0mB0t/2cde03600db309ec1310017034a2f985 to your computer and use it in GitHub Desktop.
Save Rand0mB0t/2cde03600db309ec1310017034a2f985 to your computer and use it in GitHub Desktop.
cloud build
- Deployment to different services ( App Engine, GKE, Function, clour Run, Firebase)
- configuration
- pipeline triggers
- cloud build github app
- Cloud source Repos
- Cloud Pub/Sub
Links
Cloud build overview - https://cloud.google.com/cloud-build/docs/overview
Building artifacts - https://cloud.google.com/cloud-build/docs/building/build-java
Using secret on build - https://cloud.google.com/cloud-build/docs/securing-builds/use-encrypted-secrets-credentials#example_build_request_using_an_encrypted_variable
Use Secret Manager rather than Cloud KMS for cloud build
IAM for build - https://cloud.google.com/cloud-build/docs/securing-builds/configure-access-for-project-members
CMEK compliance in build - https://cloud.google.com/cloud-build/docs/securing-builds/cmek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment