From 350e6ef190e0d52d12d5c3b08598e38da3787832 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:08:57 -0600 Subject: [PATCH] chore: update deloy to use proper variable name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11f3ea0..414c838 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: -d \ -p 4343:8080 \ -e StreamerBotOptions__Host=${{ secrets.STREAMER_BOT_HOST }} \ - -e StreamerBotOptions__Post=${{ secrets.STREAMER_BOT_PORT }} \ + -e StreamerBotOptions__Port=${{ secrets.STREAMER_BOT_PORT }} \ -e StreamerBotOptions__ApiKey=${{ secrets.STREAMER_BOT_API_KEY }} \ -e StreamerBotOptions__TextToSpeechActionId=${{ secrets.STREAMER_BOT_ACTION_ID }} \ -e StripeOptions__ApiKey=${{ secrets.STRIPE_API_KEY }} \