Skip to content

Commit 857ae8b

Browse files
committed
CI CD is so much fun
1 parent c6a2195 commit 857ae8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cron-vercel/scripts/region-deploy.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,7 @@ async function main() {
109109
if(process.env.VERCEL_TOKEN) {
110110
// CI/CD
111111
const token = process.env.VERCEL_TOKEN;
112-
const orgId = process.env.VERCEL_ORG_ID;
113-
const projectId = process.env.VERCEL_PROJECT_ID;
114-
await $`npx vercel deploy --prebuilt --prod --token=${token} --org-id=${orgId} --project-id=${projectId}`;
112+
await $`npx vercel deploy --prebuilt --prod --token=${token}`;
115113
} else {
116114
// Locally using vercel login
117115
await $`npx vercel deploy --prebuilt --prod`;

0 commit comments

Comments
 (0)