chore: update deloy to use proper variable name

This commit is contained in:
Stevan Freeborn
2026-01-05 22:08:57 -06:00
parent 19cad62a4e
commit 350e6ef190
+1 -1
View File
@@ -61,7 +61,7 @@ jobs:
-d \ -d \
-p 4343:8080 \ -p 4343:8080 \
-e StreamerBotOptions__Host=${{ secrets.STREAMER_BOT_HOST }} \ -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__ApiKey=${{ secrets.STREAMER_BOT_API_KEY }} \
-e StreamerBotOptions__TextToSpeechActionId=${{ secrets.STREAMER_BOT_ACTION_ID }} \ -e StreamerBotOptions__TextToSpeechActionId=${{ secrets.STREAMER_BOT_ACTION_ID }} \
-e StripeOptions__ApiKey=${{ secrets.STRIPE_API_KEY }} \ -e StripeOptions__ApiKey=${{ secrets.STRIPE_API_KEY }} \