Azure Deploy - fix startup command

This commit is contained in:
Ishaan Jaff 2023-11-30 15:31:03 -08:00 committed by GitHub
parent 0da78a64df
commit 8d39af11d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,4 +64,5 @@ jobs:
with:
app-name: 'litellm'
slot-name: 'Production'
startup-command: litellm --config /app/proxy_server_config.yaml
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_16602C902E0446C894B919CD2F7B6C09 }}