Skip to content

Commit

Permalink
ci: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 authored Dec 8, 2024
1 parent f8211c9 commit 72d838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
-e JWT_REFRESH_TOKEN_EXPIRE=${{ secrets.JWT_REFRESH_TOKEN_EXPIRE }} \
-e OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} \
-e OPENAI_MODEL=${{ secrets.OPENAI_MODEL }} \
-e GCP_CREDENTIALS_LOCATION="/app/resources/nlp.json" \
-e GOOGLE_APPLICATION_CREDENTIALS="/app/resources/nlp.json" \
${{ secrets.DOCKER_USERNAME }}/learnmate:latest
EOF

0 comments on commit 72d838d

Please sign in to comment.