Skip to content

Commit

Permalink
fix sending test notification
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Feb 9, 2023
1 parent 0e51a8e commit 88d2cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ services:
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false},\"2\":{\"id\":2,\"name\":\"Forum\",\"url\":\"https:\/\/help.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false}}"'
- su www-data -c "git clone https://github.com/nextcloud/files_lock.git /var/www/html/apps/files_lock/"
- su www-data -c "php /var/www/html/occ app:enable files_lock"
- 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 notifications"
- su www-data -c "php /var/www/html/occ notification:generate 'test' 'test message'"
- /usr/local/bin/run.sh
Expand Down

0 comments on commit 88d2cb4

Please sign in to comment.