Skip to content

1.9.0

1.9.0 #32

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:osano",
"branch": "${{ github.ref_name }}",
"server": "production"
}'
hmacSecret: ${{ secrets.MILES_HMAC_SECRET }}