Fix code block styling and add deploy webhook
Docker / build (push) Successful in 39s

This commit is contained in:
Sergey Filkin
2026-04-30 19:52:19 +03:00
parent 79a4bcb890
commit e6ff59c75b
20 changed files with 99 additions and 39 deletions
+12
View File
@@ -73,3 +73,15 @@ jobs:
done <<'EOF'
${{ steps.meta.outputs.tags }}
EOF
- name: Trigger Dokploy deployment
if: github.ref == 'refs/heads/main'
run: |
set -eu
if [ -z "${{ secrets.DOKPLOY_WEBHOOK_URL }}" ]; then
echo "::error::Set the DOKPLOY_WEBHOOK_URL repository secret."
exit 1
fi
curl -fsS -X POST "${{ secrets.DOKPLOY_WEBHOOK_URL }}"