You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
656 B
29 lines
656 B
---
|
|
kind: pipeline
|
|
name: mirror repositories
|
|
steps:
|
|
- name: mirror recipes to github
|
|
image: thecoopcloud/abra
|
|
commands:
|
|
- /root/.local/bin/github-sync.py
|
|
environment:
|
|
GITHUB_ACCESS_TOKEN:
|
|
from_secret: coopcloudbot_access_token
|
|
|
|
- name: notify on failure
|
|
image: plugins/matrix
|
|
settings:
|
|
homeserver: https://matrix.autonomic.zone
|
|
roomid: "IFazIpLtxiScqbHqoa:autonomic.zone"
|
|
userid: "@autono-bot:autonomic.zone"
|
|
accesstoken:
|
|
from_secret: autono_bot_access_token
|
|
depends_on:
|
|
- mirror recipes to github
|
|
when:
|
|
status:
|
|
- failure
|
|
trigger:
|
|
branch:
|
|
- main
|