Skip to content

Commit

Permalink
added vercel token THAT WILL BE DESTROYED ASAP
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoluizpoli committed Oct 11, 2023
1 parent 9735603 commit 3118a42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ name: "[CD] Continuous Delivery"
on:
pull_request:
types: [opened, synchronize]

env:
VERCEL_TOKEN: c2JS23XHGpIQLMekiTNbAy08
VERCEL_ORG_ID: team_LQQ8EA13GiS1PZApkHKSIck9
VERCEL_PROJECT_ID: prj_JdHzBfznmrwQTqsldULnikdWXD7b
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -19,4 +22,4 @@ jobs:
- name: "Install Dependencies"
run: "npm install"
- name: "Publish to Vercel"
run: "npx vercel --prod --token=c2JS23XHGpIQLMekiTNbAy08"
run: "npx vercel --prod"

0 comments on commit 3118a42

Please sign in to comment.