Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ services:
- su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
- su www-data -c "git clone --depth 1 -b master https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
- su www-data -c "php /var/www/html/occ app:enable -f recommendations"
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
- /usr/local/bin/run.sh

trigger:
Expand Down Expand Up @@ -232,6 +233,7 @@ services:
- su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
- su www-data -c "php /var/www/html/occ app:enable recommendations"
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
- /usr/local/bin/run.sh

trigger:
Expand All @@ -243,6 +245,6 @@ trigger:
- pull_request
---
kind: signature
hmac: f9e2219ba5004d6abb6eb04ede0dedf0b9d5f20d8769228c1e48a09451a54b06
hmac: 4d9e2296a2418db6dae22e94c282a4b356788d99c268d722721dddddd35f43b3

...
Loading