LangGraph Deployment CICD Github Actions #4972
Replies: 2 comments
-
A little context - I know we can auto deploy to a agent deployment. However is there a way to build a Github action workflow to do just that as well - based on our company's CICD policy it would be preferred to deploy to stage then through workflows deploy to production. |
Beta Was this translation helpful? Give feedback.
-
Seconding this. Can't find a way to trigger deploys from Github actions. We deploy our client app to Vercel and heavily rely on Preview deploys. I want a separate deploy for each of those previews. Right now the only approach (I can find docs for) is to connect to Github via the UI. This works fine for production (main branch in github), but not for the automatic preview deploys (infinite branch names). Only workaround i can find is to go into the UI and manually add the branch, this isn't really a feasible ask for our workflow. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Looking for examples, or if it is even possible, of GitHub actions to deploy to codebase to the LangGraph platform deployment
Beta Was this translation helpful? Give feedback.
All reactions