This commit is contained in:
parent
814fe13d31
commit
012b474a79
21
.drone.yml
21
.drone.yml
@ -1,5 +1,6 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
@ -18,3 +19,23 @@ steps:
|
||||
from_secret: pypi_username
|
||||
password:
|
||||
from_secret: pypi_password
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: dependabot
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: dependabot
|
||||
image: xefir/docker-dependabot-gitea
|
||||
environment:
|
||||
GITHUB_ACCESS_TOKEN:
|
||||
from_secret: github_access_token
|
||||
GITEA_ACCESS_TOKEN:
|
||||
from_secret: gitea_access_token
|
||||
when:
|
||||
event:
|
||||
- cron
|
||||
|
@ -2,6 +2,7 @@
|
||||
> "PyNyaaTa", Xéfir's personal animes torrent search engine
|
||||
|
||||
[![Build Status](https://ci.crystalyx.net/api/badges/Xefir/PyNyaaTa/status.svg)](https://ci.crystalyx.net/Xefir/PyNyaaTa)
|
||||
[![Docker Hub](https://img.shields.io/docker/pulls/xefir/pynyaata)](https://hub.docker.com/r/xefir/pynyaata)
|
||||
|
||||
I'm lazy, and I want to search across several VF and VOSTFR torrents databases in one click.
|
||||
That's the starting point that build this app.
|
||||
|
Reference in New Issue
Block a user