Skip to content

fix: update tests to reflect history changes #14

fix: update tests to reflect history changes

fix: update tests to reflect history changes #14

Workflow file for this run

name: Deploy to vercel on push
on:
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
permissions:
contents: write
deployments: write
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-args: "--prod"
vercel-org-id: ${{ secrets.ORG_ID }}
vercel-project-id: ${{ secrets.PROJECT_ID }}