From eaacd821d139449dcf3d4b10202099c3f1c87293 Mon Sep 17 00:00:00 2001 From: nightly Date: Fri, 14 Oct 2022 11:35:00 +0200 Subject: [PATCH] try to fix itttt --- .drone.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 93ffb38..0c10122 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,14 @@ steps: commands: - vendor/bin/phpunit --configuration phpunit.xml +- name: Docker + image: plugins/docker + repo: https://tea.nightly.town/Mangoberry/MangoNotes + username: nightlymania + password: + from_secret: dockerpasswd + when: + branch: master - name: Discord notification image: appleboy/drone-discord @@ -23,12 +31,4 @@ steps: from_secret: webhook_id webhook_token: from_secret: webhook_token - -- name: Docker - image: plugins/docker - repo: https://tea.nightly.town/Mangoberry/MangoNotes - username: nightlymania - password: - from_secret: dockerpasswd - when: - branch: master \ No newline at end of file + \ No newline at end of file