From 2471523c4a3f0f52dae6b0bd1d66ae42bac6ecd3 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Sun, 12 Oct 2025 07:09:51 -0800 Subject: [PATCH] remove dokploy webhook --- .gitea/workflows/builder.yaml | 36 ++++++++++++++-------------- services/our/compose.production.yaml | 2 ++ 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.gitea/workflows/builder.yaml b/.gitea/workflows/builder.yaml index 7dab33a..3259a45 100644 --- a/.gitea/workflows/builder.yaml +++ b/.gitea/workflows/builder.yaml @@ -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 }}" diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index 3bcb77b..a0e5cd5 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -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