Skip to content

Commit 0a2cedf

Browse files
committed
secrets in vercel
1 parent 7a3f10c commit 0a2cedf

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: npx vercel --prod --yes --token ${{ secrets.VERCEL_TOKEN }}
3131
env:
3232
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
33-
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
33+
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

vercel.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
22
"version": 2,
33
"alias": ["vega", "vega-editor-backend"],
4-
"env": {
5-
"GITHUB_CLIENT_ID": "@github-client-id",
6-
"GITHUB_CLIENT_SECRET": "@github-client-secret",
7-
"SESSION_SECRET": "@session-secret"
8-
},
94
"builds": [{ "src": "src/**/*.ts", "use": "@vercel/node" }],
105
"routes": [{ "src": "/(.*)", "dest": "/src/app.ts" }]
116
}

0 commit comments

Comments
 (0)