Skip to content

fix callout

fix callout #45

Workflow file for this run

name: Trigger Vercel deploy (prod)
on:
push:
branches:
- main
workflow_dispatch:
jobs:
trigger-vercel-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Vercel deploy
run: |
curl -X POST ${{ secrets.VERCEL_DEPLOY_LINK_PROD }}