build: fix drone config.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
032a2285ec
commit
76bf01c078
@ -68,4 +68,5 @@ public
|
|||||||
.vscode
|
.vscode
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
secrets.txt
|
secrets.txt
|
||||||
|
.drone.yml
|
@ -92,17 +92,10 @@ 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
|
||||||
image: plugins/webhook
|
image: webhook
|
||||||
settings:
|
settings:
|
||||||
token-value:
|
token-value:
|
||||||
from_secret: watchtower-webhook-token
|
from_secret: watchtower-webhook-token
|
||||||
|
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