Skip to content

Fixed Code tags

Fixed Code tags #1

name: Vercel Deploy Preview
on:
push:
branches-ignore:
- main
pull_request:
branches:
- main
jobs:
build-deploy-preview:
permissions:
contents: read
uses: FOSSBilling/.workflows/.github/workflows/vercel-build-deploy.yml@main
secrets:
vercel_org_id: ${{ secrets.VERCEL_ORG_ID }}
vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}
with:
environment: Preview