Move thingy
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e92b339f6e
commit
3c6c033473
21
.drone.yml
21
.drone.yml
|
@ -15,15 +15,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml
|
- 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
|
- name: Discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
@ -31,4 +22,14 @@ steps:
|
||||||
webhook_id:
|
webhook_id:
|
||||||
from_secret: webhook_id
|
from_secret: webhook_id
|
||||||
webhook_token:
|
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
|
Loading…
Reference in New Issue