Skip to content

Commit

Permalink
Remove unnecessary env variable (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Feb 16, 2024
1 parent aa7155a commit 1bf6147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ssh_command "docker system prune -f || echo 'No images to delete'"
echo "INFO: starting docker container"
$ssh_command "docker run --name captn-backend \
-p $PORT:$PORT -e PORT='$PORT' -e DATABASE_URL='$DATABASE_URL' -e CLIENT_SECRET='$CLIENT_SECRET' \
-e DEVELOPER_TOKEN='$DEVELOPER_TOKEN' -e AZURE_OPENAI_API_KEY='$AZURE_OPENAI_API_KEY' \
-e DEVELOPER_TOKEN='$DEVELOPER_TOKEN' \
-e AZURE_API_VERSION='$AZURE_API_VERSION' -e AZURE_API_ENDPOINT='$AZURE_API_ENDPOINT' \
-e AZURE_MODEL='$AZURE_MODEL' -e AZURE_OPENAI_API_KEY_SWEDEN='$AZURE_OPENAI_API_KEY_SWEDEN' \
-e AZURE_OPENAI_API_KEY_CANADA='$AZURE_OPENAI_API_KEY_CANADA' -e OPENAI_API_KEY='$OPENAI_API_KEY' \
Expand Down

0 comments on commit 1bf6147

Please sign in to comment.