Skip to content

Merge pull request #8 from run-llama/clelia/postgres-commit #2

Merge pull request #8 from run-llama/clelia/postgres-commit

Merge pull request #8 from run-llama/clelia/postgres-commit #2

Workflow file for this run

name: Update LlamaAgent Deployment
on:
push:
branches:
- main
paths:
- "src/study_llama/**"
- "pyproject.toml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update deployment
uses: run-llama/[email protected]
with:
llama-cloud-api-key: ${{ secrets.LLAMA_CLOUD_API_KEY }}
llama-cloud-project-id: ${{ secrets.LLAMA_CLOUD_PROJECT_ID }}
deployment-id: "study-llama"
git-reference: ${{ github.sha }}