RedisVentures / redis-feast-gcp

A demo of Redis Enterprise as the Online Feature Store deployed on GCP with Feast and NVIDIA Triton Inference Server.
MIT License
15 stars 2 forks source link

Connect CI/CD to Cloud Build #2

Open tylerhutcherson opened 2 years ago

tylerhutcherson commented 2 years ago

Need to work on the connection to cloud build so that on updates to main, we run feast apply. The skeleton is there to work with in the cloudbuild.yaml file. Hardest part to manage will be the secrets/vars. Probably need to push those to GCP secret manager.

OR we use github actions and secrets. But since the demo is GCP, I was thinking we use that to make it uniform?