-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate cloud functions deployment #45
Comments
Reactivated the workflow for staging: On a push to |
Build failed |
Moving cache files out of the repo and using
Will give ephemeral functions for PRs more thought. |
Awesome. I'm not 100% sure but I think those large files will perpetually cause bloat in git history and increase the download size to clone. Created an issue to deal with that eventually. |
Notes
There are three servers:
Only the cloud functions are in scope. Additional notes:
OPENAI_API_KEY
env var is already stored in GIthub.Acceptance criteria
getanswer
when PR merged intoprod
branch.prod
branch created. Write protections added to Github to prevent direct pushes.getanswer-staging
when PR merged intomain
branch.The text was updated successfully, but these errors were encountered: