Skip to content

Commit c380c66

Browse files
committed
update secret name for vercel tokens
1 parent 2dede47 commit c380c66

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cd-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Deploy to Vercel
4040
env:
4141
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
42-
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
43-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
42+
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID_BACKEND }}
43+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_BACKEND }}
4444
run: |
4545
cd artifacts/output
4646
vercel pull --yes --environment=production --token=$VERCEL_TOKEN

shatter-backend/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ dist-ssr
2424
*.sw?
2525

2626
.env
27+
.vercel

0 commit comments

Comments
 (0)