try to fix itttt
parent
0d62ab5841
commit
eaacd821d1
18
.drone.yml
18
.drone.yml
|
@ -15,6 +15,14 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpunit --configuration phpunit.xml
|
- 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
|
- name: Discord notification
|
||||||
image: appleboy/drone-discord
|
image: appleboy/drone-discord
|
||||||
|
@ -23,12 +31,4 @@ steps:
|
||||||
from_secret: webhook_id
|
from_secret: webhook_id
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: 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
|
|
Loading…
Reference in New Issue