This commit is contained in:
parent
9aa5b46a72
commit
c74a946637
27
.drone.yml
27
.drone.yml
@ -69,3 +69,30 @@ steps:
|
|||||||
from_secret: nextcloud_user
|
from_secret: nextcloud_user
|
||||||
PASS:
|
PASS:
|
||||||
from_secret: nextcloud_password
|
from_secret: nextcloud_password
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- cron
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: dependabot
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: dependabot-pip
|
||||||
|
image: xefir/docker-dependabot-gitea
|
||||||
|
environment:
|
||||||
|
GITHUB_ACCESS_TOKEN:
|
||||||
|
from_secret: github_access_token
|
||||||
|
GITEA_ACCESS_TOKEN:
|
||||||
|
from_secret: gitea_access_token
|
||||||
|
PROJECT_PATH: Xefir/PyNyaaTa
|
||||||
|
GITEA_HOSTNAME: git.crystalyx.net
|
||||||
|
GITEA_SCHEME: https
|
||||||
|
PACKAGE_MANAGER: pip
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- cron
|
||||||
|
Reference in New Issue
Block a user