mirror of
https://github.com/acid-info/logos-sites-content-repo-template.git
synced 2025-02-21 14:08:11 +00:00
14 lines
309 B
YAML
14 lines
309 B
YAML
name: Vercel webhook
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
jobs:
|
|
deployment:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Triggering deploy hook on vercel
|
|
uses: fjogeleit/http-request-action@v1.9.2
|
|
with:
|
|
url: ${{ secrets.VERCEL_WEBHOOK_PRODUCTION }}
|
|
method: 'POST'
|