Skip to content

setup: initial cnbcr landing #1

setup: initial cnbcr landing

setup: initial cnbcr landing #1

name: Deploy with Vercel
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install PNPM
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Install Vercel CLI
run: pnpm install -g vercel
- name: Deploy to Vercel
run: vercel --token ${{ secrets.VERCEL_TOKEN }} --deploy --prod