Remove Astro Studio configuration and update Astro config #1
Workflow file for this run
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 Webhook | |
on: | |
push: | |
branches: | |
- astro # or any branch you want to trigger the webhook | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call Vercel Webhook | |
uses: fjogeleit/[email protected] | |
with: | |
url: "https://api.vercel.com/v1/integrations/deploy/prj_WAKV3YAerNQEzZDCQYMbXM5Tvg7m/j7ZBpZ5m9e" | |
method: "GET" |