build: update github mirror
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d74099b7e8
commit
09f4d2501d
28
.drone.yml
28
.drone.yml
@ -100,6 +100,34 @@ depends_on:
|
|||||||
- build-amd64
|
- build-amd64
|
||||||
- build-arm64
|
- build-arm64
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
kind: pipeline
|
||||||
|
type: kubernetes
|
||||||
|
name: mirror-to-github
|
||||||
|
node_selector:
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
|
federationhq.de/location: Blumendorf
|
||||||
|
federationhq.de/compute: true
|
||||||
|
steps:
|
||||||
|
- name: github-mirror
|
||||||
|
image: registry.cloud.federationhq.de/drone-github-mirror:latest
|
||||||
|
pull: always
|
||||||
|
settings:
|
||||||
|
GH_TOKEN:
|
||||||
|
from_secret: GH_TOKEN
|
||||||
|
GH_REPO: "byterazor/Container-Rss2EMail"
|
||||||
|
GH_REPO_DESC: "container for running rss2email"
|
||||||
|
GH_REPO_HOMEPAGE: "https://gitea.federationhq.de/Container/rss2email"
|
||||||
|
depends_on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: secret
|
||||||
|
name: GH_TOKEN
|
||||||
|
get:
|
||||||
|
path: github
|
||||||
|
name: token
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: secret
|
kind: secret
|
||||||
|
Loading…
Reference in New Issue
Block a user