Skip to content

Massive docs: full CONFIG reference, all Lidarr error messages from s… #6

Massive docs: full CONFIG reference, all Lidarr error messages from s…

Massive docs: full CONFIG reference, all Lidarr error messages from s… #6

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Trigger pull on server
run: |
curl -s -X POST "${{ secrets.WEBHOOK_URL }}" \
-H "Content-Type: application/json" \
-d '{"ref": "refs/heads/main"}' || echo "Webhook not configured — deploy skipped"