ci(docker): add missing environment variables

This commit is contained in:
azurejelly 2025-07-25 19:16:36 -04:00
parent d3163053ba
commit 4f54d92494
No known key found for this signature in database
GPG Key ID: 78C7CB2FBB62D96D
1 changed files with 2 additions and 0 deletions

View File

@ -56,3 +56,5 @@ jobs:
PUB_HOSTNAME=${{ vars.PUB_HOSTNAME || '' }} PUB_HOSTNAME=${{ vars.PUB_HOSTNAME || '' }}
PUB_PLAUSIBLE_URL=${{ vars.PUB_PLAUSIBLE_URL || '' }} PUB_PLAUSIBLE_URL=${{ vars.PUB_PLAUSIBLE_URL || '' }}
PUB_VERTD_URL=https://vertd.vert.sh PUB_VERTD_URL=https://vertd.vert.sh
PUB_DONATION_URL=https://donations.vert.sh
PUB_STRIPE_KEY=${{ vars.PUB_STRIPE_KEY || '' }}