Skip to content

Commit 550fe1e

Browse files
"viewer" app is needed
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent d55f66f commit 550fe1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ services:
5757
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
5858
- su www-data -c "cd /var/www/html/apps/photos; composer install --no-dev"
5959
- 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"
6062
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
6163
- /usr/local/bin/run.sh
6264

0 commit comments

Comments
 (0)