n8n-custom/.drone.yml

44 lines
831 B
YAML
Raw Normal View History

2024-04-01 22:27:30 +02:00
kind: pipeline
name: deploy
steps:
- 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/sebleh/n8n-custom
tags: latest
2024-04-02 19:29:22 +02:00
# platforms:
2024-04-01 22:48:19 +02:00
# - linux/arm64
2024-04-02 19:29:22 +02:00
# - linux/amd64
2024-04-01 22:27:30 +02:00
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/sebleh/n8n-custom
tags: latest
2024-04-02 19:29:22 +02:00
# platforms:
# - linux/arm64
# - linux/amd64
2024-04-01 22:27:30 +02:00
dry_run: true
when:
branch:
exclude:
- main
when:
event:
include:
- push