Move thingy
continuous-integration/drone/push Build is passing Details

master
nightly 2022-10-14 11:31:34 +02:00
parent e92b339f6e
commit 3c6c033473
1 changed files with 11 additions and 10 deletions

View File

@ -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
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