remove dokploy webhook
This commit is contained in:
parent
f1dd3435bd
commit
2471523c4a
@ -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 }}"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user