remove dokploy webhook
Some checks failed
fp/our CI/CD / build (push) Successful in 2m35s
ci / test (push) Has been cancelled

This commit is contained in:
CJ_Clippy 2025-10-12 07:09:51 -08:00
parent f1dd3435bd
commit 2471523c4a
2 changed files with 20 additions and 18 deletions

View File

@ -43,21 +43,21 @@ jobs:
- name: Clean up unused docker networks
run: docker network prune --force
## @todo depend on passing tests
- name: Trigger Dokploy Deployment
run: |
curl -X POST \
-H "Content-Type: application/json" \
-H "x-gitea-event: Push Hook" \
-d "{
\"ref\": \"refs/heads/main\",
\"after\": \"${GITHUB_SHA}\",
\"commits\": [
{
\"id\": \"${GITHUB_SHA}\",
\"message\": \"Deployment from Gitea Actions\",
\"author\": { \"name\": \"${GITHUB_ACTOR}\" }
}
]
}" \
"${{ secrets.WEBHOOK_URL }}"
# ## @todo depend on passing tests
# - name: Trigger Dokploy Deployment
# run: |
# curl -X POST \
# -H "Content-Type: application/json" \
# -H "x-gitea-event: Push Hook" \
# -d "{
# \"ref\": \"refs/heads/main\",
# \"after\": \"${GITHUB_SHA}\",
# \"commits\": [
# {
# \"id\": \"${GITHUB_SHA}\",
# \"message\": \"Deployment from Gitea Actions\",
# \"author\": { \"name\": \"${GITHUB_ACTOR}\" }
# }
# ]
# }" \
# "${{ secrets.WEBHOOK_URL }}"

View File

@ -39,6 +39,8 @@ services:
limits:
cpus: "0.5"
memory: 2G
environment:
CACHE_ROOT: /mnt/vfs/futureporn/our
qbittorrent:
image: gitea.futureporn.net/futureporn/qbittorrent-nox:latest