nextcloud-fpm/.drone.yml
Aaron Riedel 1af0a476c9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
fix tags
2024-07-24 13:32:31 +02:00

47 lines
No EOL
900 B
YAML

kind: pipeline
type: kubernetes
name: deploy
steps:
- name: patch
image: debian
entrypoint:
- /drone/src/patch-nextcloud.sh
- name: docker
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/nextcloud-fpm
platforms:
- linux/arm64
- linux/amd64
when:
branch:
- main
- name: docker-build
image: thegeeklab/drone-docker-buildx
privileged: true
settings:
registry: git.ar21.de
username:
from_secret: REGISTRY_USER
password:
from_secret: REGISTRY_PASS
repo: git.ar21.de/aaron/nextcloud-fpm
platforms:
- linux/arm64
- linux/amd64
dry_run: true
when:
branch:
exclude:
- main
when:
event:
include:
- push
- custom