Skip to content

Commit 222be71

Browse files
committed
feat: add SERVER_ID to deployment workflow for Discord integration
1 parent 8df6150 commit 222be71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
DISCORD_TOKEN=${{ secrets.DISCORD_TOKEN }}
4444
CLIENT_ID=${{ secrets.CLIENT_ID }}
4545
GUIDES_CHANNEL_ID=${{ secrets.GUIDES_CHANNEL_ID }}
46+
SERVER_ID=${{ secrets.SERVER_ID }}
4647
EOF
4748
4849
# Stop any existing containers

0 commit comments

Comments
 (0)