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?
Need to work on the connection to cloud build so that on updates to
main
, we runfeast 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?