Skip to content

Commit

Permalink
expose port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Jan 26, 2024
1 parent 3c22585 commit c2b3c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_twitch-mz-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
envkey_TWITCH_USERNAME: ${{ secrets.TWITCH_USERNAME }}
envkey_TWITCH_PASSWORD: ${{ secrets.TWITCH_PASSWORD }}
envkey_TWITCH_CHANNELS: ${{ secrets.TWITCH_CHANNELS }}
envkey_PORT: 443
envkey_PORT: 3000

- name: Set up Node.js version
uses: actions/setup-node@v4
Expand Down

0 comments on commit c2b3c63

Please sign in to comment.