Skip to content

Commit 4a086c4

Browse files
authored
Update deploy.yml
add FLASK_SECRET_KEY
1 parent 598424b commit 4a086c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
ENV=prod
8585
OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }}
8686
FEEDBACK_PASSWORD=${{ secrets.FEEDBACK_PASSWORD }}
87+
FLASK_SECRET_KEY=${{ secrets.FLASK_SECRET_KEY }}
8788
DB_HOST=${{secrets.DB_HOST}}
8889
DB_PASSWORD=${{secrets.DB_PASSWORD}}
8990
DB_PORT=${{secrets.DB_PORT}}

0 commit comments

Comments
 (0)