Skip to content

Clean up curl output #3

Clean up curl output

Clean up curl output #3

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deployment:
runs-on: ubuntu-latest
environment: test
steps:
- name: trigger deploy
run: |
curl -sS -X POST ${{ secrets.HOOKURL }} -H "X-Key: ${{ secrets.HOOKSECRET }}"