try to fix itttt

master
nightly 2022-10-14 11:35:00 +02:00
parent 0d62ab5841
commit eaacd821d1
1 changed files with 9 additions and 9 deletions

View File

@ -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
@ -24,11 +32,3 @@ steps:
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