build: fix drone config.
This commit is contained in:
parent
032a2285ec
commit
621fdf53a8
@ -68,4 +68,5 @@ public
|
|||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
secrets.txt
|
secrets.txt
|
||||||
|
.drone.yml
|
@ -92,13 +92,6 @@ clone:
|
|||||||
disable: true
|
disable: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- linux-amd64
|
- linux-amd64
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
host:
|
|
||||||
path: /var/run/docker.sock
|
|
||||||
- name: fennec
|
|
||||||
host:
|
|
||||||
path: /home/ivan/srv/fennec
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
@ -107,7 +100,7 @@ steps:
|
|||||||
token-value:
|
token-value:
|
||||||
from_secret: watchtower-webhook-token
|
from_secret: watchtower-webhook-token
|
||||||
token-type: Bearer
|
token-type: Bearer
|
||||||
urls: http://101.local/v1/update
|
urls: https://watchtower.ivanli.cc/v1/update
|
||||||
content_type: application/json
|
content_type: application/json
|
||||||
template: |
|
template: |
|
||||||
{
|
{
|
||||||
|
8
.github/FUNDING.yml
vendored
8
.github/FUNDING.yml
vendored
@ -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
|
|
Loading…
Reference in New Issue
Block a user