From 8d39af11d63ea87ce93dabd50c8d2747de2a17f5 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 15:31:03 -0800 Subject: [PATCH] Azure Deploy - fix startup command --- .github/workflows/main_litellm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main_litellm.yml b/.github/workflows/main_litellm.yml index baa57df27..17d9c74f5 100644 --- a/.github/workflows/main_litellm.yml +++ b/.github/workflows/main_litellm.yml @@ -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 }}