Skip to content

Push notifications

Push notifications #58

Workflow file for this run

name: Build
on:
- push
jobs:
build:
name: Deploy QA Site
runs-on: ubuntu-latest
steps:
- name: Webhook
uses: navied/[email protected]
with:
url: https://miles.hlx.dev/webhooks/github
data: '{
"topic": "deploy/astrogoat:pamtechoga",
"branch": "${{ github.ref_name }}",
"server": "production"
}'
hmacSecret: ${{ secrets.MILES_HMAC_SECRET }}