From 621fdf53a8eea1aff759c60cab5d218c8c29bc06 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 17 Jul 2022 09:32:26 +0800 Subject: [PATCH] build: fix drone config. --- .dockerignore | 3 ++- .drone.yml | 9 +-------- .github/FUNDING.yml | 8 -------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.dockerignore b/.dockerignore index 233e0a4..4646d19 100644 --- a/.dockerignore +++ b/.dockerignore @@ -68,4 +68,5 @@ public .vscode .DS_Store -secrets.txt \ No newline at end of file +secrets.txt +.drone.yml \ No newline at end of file diff --git a/.drone.yml b/.drone.yml index 33f1325..a47d7e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,13 +92,6 @@ clone: disable: true depends_on: - linux-amd64 -volumes: - - name: dockersock - host: - path: /var/run/docker.sock - - name: fennec - host: - path: /home/ivan/srv/fennec steps: - name: deploy @@ -107,7 +100,7 @@ steps: token-value: from_secret: watchtower-webhook-token token-type: Bearer - urls: http://101.local/v1/update + urls: https://watchtower.ivanli.cc/v1/update content_type: application/json template: | { diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 10a645f..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,8 +0,0 @@ -# These are supported funding model platforms - -github: [LekoArts] -patreon: lekoarts -open_collective: # Replace with a single Open Collective username -ko_fi: lekoarts -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: # Replace with a single custom sponsorship URL \ No newline at end of file