https://github.com/jeffbryner/gcp-cloudrun-pipeline <-- TFW you search around on the internet for something you created a year ago..
In this case a simple #gcp #cloudbuild managed #cloudrun container that builds itself
@isaaclyman think that’s odd, I am unable to find even a hint of a guild on how to use #CloudBuild, to build #android apps.
One would think one could use a Google service to build a Google product which you could then deploy to another Google service.
And I have like over a decades worth of Google-fu.😂
This blog will guide readers on a quest to create a lean automated deployment flow for their API service using products such as Cloud Build, Artifact Registry, Cloud Run and Pub/Sub. https://cloud.google.com/blog/products/serverless/the-squires-guide-to-automated-deployments-with-cloud-build/ #GoogleCloud #CloudBuild #ArtifactRegistry #CloudRun
#googlecloud #cloudbuild #artifactregistry #cloudrun
My fav end-to-end #devops on #googlecloud
Cloud Deploy is a game changer with multi-target delivery pipelines and release management, you can use it with Google Kubernetes Engine and Cloud Run
#gke #kubernetes #gcp #cloudbuild #clouddeploy
#devops #googlecloud #gke #kubernetes #gcp #cloudbuild #clouddeploy
用 multi-stages build 的話 cloudbuild 把前一個 build 拉下來當 cache 這招就沒用啦,因為中間產物根本沒推上去啊...