We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dede47 commit c380c66Copy full SHA for c380c66
.github/workflows/cd-backend.yml
@@ -39,8 +39,8 @@ jobs:
39
- name: Deploy to Vercel
40
env:
41
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
42
- VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
43
- VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID_BACKEND }}
+ VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_BACKEND }}
44
run: |
45
cd artifacts/output
46
vercel pull --yes --environment=production --token=$VERCEL_TOKEN
shatter-backend/.gitignore
@@ -24,3 +24,4 @@ dist-ssr
24
*.sw?
25
26
.env
27
+.vercel
0 commit comments