Skip to content

Auto-generated build file after merging to master (#62) #14

Auto-generated build file after merging to master (#62)

Auto-generated build file after merging to master (#62) #14

Workflow file for this run

name: Redeploy API
on:
push:
branches:
- master
paths:
- "build/**"
workflow_dispatch:
jobs:
deploy-vercel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Trigger API redeploy
run: |
curl -d '' ${{ secrets.VERCEL_API_REDEPLOY_HOOK }}
shell: bash