We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55f66f commit 550fe1eCopy full SHA for 550fe1e
.drone.yml
@@ -57,6 +57,8 @@ services:
57
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
58
- su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
59
- su www-data -c "php /var/www/html/occ app:enable -f photos"
60
+ - su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/viewer.git /var/www/html/apps/viewer/"
61
+ - su www-data -c "php /var/www/html/occ app:enable -f viewer"
62
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
63
- /usr/local/bin/run.sh
64
0 commit comments