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 3, 2024
1 parent 4289e2d commit 42fe0d1
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,7 +73,7 @@ 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/nlp.json" \
-e GCP_CREDENTIALS_LOCATION="/app/resources/nlp.json" \
-v $(pwd)/nlp.json:/app/nlp.json \
${{ secrets.DOCKER_USERNAME }}/learnmate:latest
EOF

0 comments on commit 42fe0d1

Please sign in to comment.