Did GCP just turn cloud functions into their primary CI/DI tech?

2 points by Havoc ↗ HN
>Starting April 20, 2020, Cloud Functions will use Google Cloud Build, Container Registry, and Google Cloud Storage to build and store your source code, and deploy container image(s) before running them on Google Cloud.

Seems to me that cloud functions have no particular need to be near any of those unless you intend to use it as CI/CD glue.

1 comment

[ 2.8 ms ] story [ 14.2 ms ] thread
You need to build a container. How would you implement "func deploy" in one command?