feat(workflow): add Vercel deploy trigger to bundle workflow
This commit is contained in:
parent
e765f6b756
commit
a6cd46eff6
1 changed files with 5 additions and 0 deletions
5
.github/workflows/bundle.yml
vendored
5
.github/workflows/bundle.yml
vendored
|
|
@ -29,3 +29,8 @@ jobs:
|
||||||
git add bundles/
|
git add bundles/
|
||||||
git commit -m "Update bundles" || echo "No changes to commit"
|
git commit -m "Update bundles" || echo "No changes to commit"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
- name: Trigger Vercel Deploy
|
||||||
|
if: success()
|
||||||
|
run: |
|
||||||
|
curl -X POST "${{ secrets.VERCEL_DEPLOY_HOOK_URL }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue