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