From 7208d69c0538389a063473a4a55348d3939b54e0 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 8 Nov 2023 02:04:22 +0100 Subject: [PATCH] ci: rename github deployment env --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 97ff1c25c..e9a9fa32d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -171,4 +171,5 @@ jobs: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} VERCEL_SCOPE: 'discordjs' + GITHUB_DEPLOYMENT_ENV: 'Production – discord-js' PRODUCTION: true