diff --git a/.drone.yml b/.drone.yml index 540faff..a31d207 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,15 +15,6 @@ steps: commands: - vendor/bin/phpunit --configuration phpunit.xml -- publish: - name: Dockerr - 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 @@ -31,4 +22,14 @@ steps: webhook_id: from_secret: webhook_id webhook_token: - from_secret: webhook_token \ No newline at end of file + from_secret: webhook_token + +publish: + name: Dockerr + 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