Add guide - How to identify & fix Invalid controls and steps to acces… #65
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |