update drone conf
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-09-24 04:23:18 +02:00
parent 7e60b518c5
commit 300456be22
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,8 +1,7 @@
kind: pipeline kind: pipeline
name: deploy name: deploy
steps: steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
username: username:
@ -14,9 +13,6 @@ steps:
when: when:
branch: branch:
- main - main
event:
- push
- name: docker-build - name: docker-build
image: plugins/docker image: plugins/docker
settings: settings:
@ -31,5 +27,7 @@ steps:
exclude: exclude:
branch: branch:
- main - main
event: when:
- push event:
include:
- push