Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sebclem 2022-01-14 14:42:24 +01:00
parent 1bb312e63d
commit b5e068cad4

View File

@ -15,9 +15,8 @@ steps:
tags: latest tags: latest
dry_run: true dry_run: true
when: when:
target: environment:
exclude: exclude: production
- production
- name: Build and Push docker - name: Build and Push docker
image: plugins/docker image: plugins/docker
@ -32,12 +31,5 @@ steps:
when: when:
branch: branch:
- main - main
target: environment:
- production - production
trigger:
event:
- push
- custom
- promote
- rollback