Skip to content

πŸ’š Update CI

πŸ’š Update CI #38

Workflow file for this run

name: Vercel Previews Deployment
on:
push:
branches:
- dev
jobs:
default-example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./common/preview.yaml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_DEFAULT }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
upgrade-example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./common/preview.yaml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_UPGRADE }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}