Skip to content

Update vercel.yaml

Update vercel.yaml #37

Workflow file for this run

# name: Deploy to Vercel
# on:
# push:
# branches:
# - dev-server
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Install dependencies
# run: npm install
# - name: Build
# run: npm run build
# - name: Deploy to Vercel
# run: vercel --token ${{ secrets.VERCEL_TOKEN }} --prod