ci: add continuous deployment for agent

This commit is contained in:
Clelia (Astra) Bertelli
2026-01-27 12:25:22 +01:00
parent 1c41752917
commit d5c115c5b1
+23
View File
@@ -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 }}