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

View File

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