mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-05-06 07:26:43 +02:00
feat(workflow): add Vercel deploy trigger to bundle workflow
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user