mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
feat: add GHA to trigger vercel deploy hook (#4310)
This commit is contained in:
parent
ce0ee6e3d5
commit
fee305056e
14
.github/workflows/release.yaml
vendored
Normal file
14
.github/workflows/release.yaml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Trigger Docs Build
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
vercel:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger Vercel Deploy Hook
|
||||
env:
|
||||
VERCEL_HOOK_URL: ${{ secrets.VERCEL_HOOK_URL }}
|
||||
run: curl -s $VERCEL_HOOK_URL
|
||||
|
Loading…
Reference in New Issue
Block a user