Skip to content

Deploy: Have curl show the failure output body #96

Deploy: Have curl show the failure output body

Deploy: Have curl show the failure output body #96

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
- prod
jobs:
deployment:
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: Trigger deploy
run: |
curl --fail-with-body -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"