Skip to content

Merge pull request #1 from thecafapp/dependabot/npm_and_yarn/braces-3… #6

Merge pull request #1 from thecafapp/dependabot/npm_and_yarn/braces-3…

Merge pull request #1 from thecafapp/dependabot/npm_and_yarn/braces-3… #6

Workflow file for this run

name: Deploy production to Vercel
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://data.thecaf.app
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v25
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}}
scope: ${{ secrets.ORG_ID }}