File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ permissions:
2020
2121env :
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 }}
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
You can’t perform that action at this time.
0 commit comments