Skip to content

Merge pull request #1 from astrogoat/feature/dtce-2736-update-to-post… #18

Merge pull request #1 from astrogoat/feature/dtce-2736-update-to-post…

Merge pull request #1 from astrogoat/feature/dtce-2736-update-to-post… #18

Workflow file for this run

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