Fix for 'bot identifier' being wrong value
Hal Deployment / build (push) Successful in 5m49s Details
Hal Deployment / deploy (push) Successful in 6s Details

This commit is contained in:
Lucy Bladen 2025-05-03 13:24:05 +01:00
parent 43c26aa380
commit 353e1a9bd2
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
files: config/production.hal.json
env:
BOT_NICKNAME: ${{ vars.BOT_NICKNAME }}
BOT_IDENTIFIER: ${{ vars.SERVER_HOSTNAME }}
BOT_IDENTIFIER: hal
LOG_CHANNEL_ID: ${{ vars.LOG_CHANNEL_ID }}
POSTGRES_HOST: ${{ vars.POSTGRES_HOST }}
POSTGRES_USER: ${{ vars.POSTGRES_USER }}