Skip to content

Commit

Permalink
ci: print secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 28, 2024
1 parent bc3ce45 commit 1017f6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ jobs:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Log secrets
run: |
echo $VERCEL_PROJECT_ID
echo $VERCEL_TOKEN
echo $VERCEL_ORG_ID
- name: Deploy to Vercel
run: vercel --prod
run: vercel --prod --yes

0 comments on commit 1017f6b

Please sign in to comment.