Skip to content

Commit 23a8d2b

Browse files
Merge pull request #53 from DefangLabs/linda-automate-kb-updates
Add GH action to update knowledge base before deployment
2 parents a057ade + 7c43e46 commit 23a8d2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
role-duration-seconds: 1200
3232
role-to-assume: arn:aws:iam::407839483216:role/admin
3333

34+
- name: Update knowledge_base.json
35+
run: |
36+
python3 get_knowledge_base.py
37+
3438
- name: Deploy
3539
uses: DefangLabs/[email protected]
3640
with:

0 commit comments

Comments
 (0)