Skip to content

merge fix

merge fix #2

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches:
- main # Change this to the branch you want to trigger the deployment
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Install Vercel CLI
run: npm install -g vercel
- name: Deploy to Vercel
run: vercel --prod --token $VERCEL_TOKEN