mirror of
https://github.com/run-llama/investments-review-agent.git
synced 2026-07-01 21:34:17 -04:00
ci: add continuous deployment for agent
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Update LlamaAgent Deployment
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "src/investments_review/**"
|
||||
- "pyproject.toml"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Update deployment
|
||||
uses: run-llama/llamactl-deploy@v0.1.0
|
||||
with:
|
||||
llama-cloud-api-key: ${{ secrets.LLAMA_CLOUD_API_KEY }}
|
||||
llama-cloud-project-id: ${{ secrets.LLAMA_CLOUD_PROJECT_ID }}
|
||||
deployment-id: "investments-review"
|
||||
git-reference: ${{ github.sha }}
|
||||
Reference in New Issue
Block a user