diff --git a/.drone.yml b/.drone.yml index 7fd6000fa..e29c73a59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -92,6 +92,7 @@ services: - su www-data -c "php /var/www/html/occ groupfolders:group 1 users" - su www-data -c "git clone https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/" - su www-data -c "php /var/www/html/occ app:enable -f notifications" + - su www-data -c "php /var/www/html/occ notification:generate test -d test" - /usr/local/bin/run.sh trigger: @@ -195,6 +196,7 @@ services: - su www-data -c "php /var/www/html/occ groupfolders:group 1 users" - su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/" - su www-data -c "php /var/www/html/occ app:enable -f notifications" + - su www-data -c "php /var/www/html/occ notification:generate test test" - /usr/local/bin/run.sh trigger: