Add new build rule for "staging" branch
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Benjamin Bach 2023-07-25 22:08:35 +02:00
parent f4daf56245
commit 3177b1f6f8
No known key found for this signature in database
GPG Key ID: 486F0D69C845416E
1 changed files with 19 additions and 0 deletions

View File

@ -30,6 +30,25 @@ steps:
exclude:
- pull_request
- name: docker
image: plugins/docker
settings:
repo: docker.data.coop/data-coop-website
registry: docker.data.coop
username:
from_secret: DOCKER_USERNAME
password:
from_secret: DOCKER_PASSWORD
tags:
- "${DRONE_BUILD_NUMBER}"
- "dev"
when:
branch:
- staging
event:
exclude:
- pull_request
- name: notify
image: plugins/matrix
settings: