Skip to content

Commit fdadcea

Browse files
committed
remove doubled env vars
1 parent 0e6b07e commit fdadcea

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/vercel__deploy-manual.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ permissions:
2020

2121
env:
2222
# Project vars
23-
SITE_URL: 'https://nemanjam.vercel.app'
24-
PLAUSIBLE_DOMAIN: 'nemanjamitic.com'
25-
PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'
23+
# Redundant, vercel pull will define them
24+
# SITE_URL: 'https://nemanjam.vercel.app'
25+
# PLAUSIBLE_DOMAIN: 'nemanjamitic.com'
26+
# PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'
27+
2628
# Vercel vars
2729
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
2830
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
@@ -56,7 +58,7 @@ jobs:
5658
- name: Install Vercel CLI
5759
run: pnpm add -g vercel
5860

59-
- name: Pull Vercel production environment
61+
- name: Pull Vercel production environment variables
6062
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
6163

6264
- name: Build project using Vercel

0 commit comments

Comments
 (0)