Skip to content

Commit 2be4e56

Browse files
committed
Set OPENAI_API_KEY for reflex-chat
skip deploy for reflex-llamaindex-template
1 parent 6afa18b commit 2be4e56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
strategy:
1717
matrix:
1818
folder: ${{ fromJSON(needs.list-templates.outputs.templates) }}
19+
exclude:
20+
# No deploy due to missing service dependencies.
21+
- folder: reflex-llamaindex-template
1922
fail-fast: false
2023
steps:
2124
- uses: actions/checkout@v4
@@ -31,6 +34,9 @@ jobs:
3134
sales)
3235
echo "EXTRA_ARGS=--env OPENAI_API_KEY=${{ secrets.OPEN_AI_KEY }}" >> $GITHUB_ENV
3336
;;
37+
reflex-chat)
38+
echo "EXTRA_ARGS=--env OPENAI_API_KEY=${{ secrets.OPEN_AI_KEY }}" >> $GITHUB_ENV
39+
;;
3440
nba)
3541
echo "EXTRA_ARGS=--vmtype ${{ vars.NBA_VM_TYPE }}" >> $GITHUB_ENV
3642
;;

0 commit comments

Comments
 (0)