We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d561350 commit f73204bCopy full SHA for f73204b
.github/workflows/deploy.yml
@@ -35,6 +35,9 @@ jobs:
35
ai_image_gen)
36
echo "EXTRA_ARGS=--env REPLICATE_API_TOKEN=${{ secrets.REPLICATE_API_TOKEN }}" >> $GITHUB_ENV
37
;;
38
+ admin_dashboard)
39
+ echo "EXTRA_ARGS=" >> $GITHUB_ENV
40
+ ;;
41
customer_data_app)
42
cat .deploy/temporary_db.py >> ${{ matrix.folder }}/customer_data/customer_data.py
43
echo "EXTRA_ARGS=--vmtype ${{ vars.CUSTOMER_DATA_VM_TYPE }}" >> $GITHUB_ENV
templates.json
@@ -63,6 +63,11 @@
63
"name": "reflex-llamaindex-template",
64
"description": "A template for LlamaIndex.",
65
"hidden": false
66
+ },
67
+ {
68
+ "name": "admin_dashboard",
69
+ "description": "An admin dashboard",
70
+ "hidden": false
71
}
72
]
73
0 commit comments