Skip to content

Update nextjs monorepo to v16 (major) #544

Update nextjs monorepo to v16 (major)

Update nextjs monorepo to v16 (major) #544

Workflow file for this run

name: Deploy to Vercel
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
deployments: write
pull-requests: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to Vercel
uses: mountainash/deploy-to-vercel-action@v2.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
PRODUCTION: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}