fix(ci): enable aur sync

This commit is contained in:
Markus Pesch 2023-12-02 22:35:55 +01:00
parent e7189a1856
commit 374be74363
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -46,52 +46,52 @@ trigger:
exclude: exclude:
- tag - tag
# --- ---
# kind: pipeline kind: pipeline
# type: kubernetes type: kubernetes
# name: sync-to-aur.archlinux.org name: sync-to-aur.archlinux.org
# clone: clone:
# disable: true disable: true
# steps: steps:
# - name: clone - name: clone
# image: git.cryptic.systems/volker.raschek/git:1.3.1 image: git.cryptic.systems/volker.raschek/git:1.3.1
# - name: git-push - name: git-push
# image: docker.io/appleboy/drone-git-push:1.0.6 image: docker.io/appleboy/drone-git-push:1.0.6
# settings: settings:
# branch: master branch: master
# remote: ssh://aur@aur.archlinux.org/postfix-policyd-spf-perl.git remote: ssh://aur@aur.archlinux.org/postfix-policyd-spf-perl.git
# force: false force: false
# commit: false commit: false
# ssh_key: ssh_key:
# from_secret: aur_ssh_key from_secret: aur_ssh_key
# - name: email-notification - name: email-notification
# environment: environment:
# SMTP_FROM_ADDRESS: SMTP_FROM_ADDRESS:
# from_secret: smtp_from_address from_secret: smtp_from_address
# SMTP_FROM_NAME: SMTP_FROM_NAME:
# from_secret: smtp_from_name from_secret: smtp_from_name
# SMTP_HOST: SMTP_HOST:
# from_secret: smtp_host from_secret: smtp_host
# SMTP_USERNAME: SMTP_USERNAME:
# from_secret: smtp_username from_secret: smtp_username
# SMTP_PASSWORD: SMTP_PASSWORD:
# from_secret: smtp_password from_secret: smtp_password
# image: git.cryptic.systems/volker.raschek/drone-email:0.1.5 image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
# resources: resources:
# limits: limits:
# cpu: 150 cpu: 150
# memory: 150M memory: 150M
# when: when:
# status: status:
# - changed - changed
# - failure - failure
# trigger: trigger:
# event: event:
# - tag - tag
# repo: repo:
# - volker.raschek/postfix-policyd-spf-perl-pkg - volker.raschek/postfix-policyd-spf-perl-pkg