Loading .drone.yml +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ 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 "git clone https://github.com/nextcloud/photos.git /var/www/html/apps/photos/" - su www-data -c "cd /var/www/html/apps/photos; composer install" - su www-data -c "php /var/www/html/occ app:enable -f photos" - su www-data -c "php /var/www/html/occ notification:generate test -d test" - /usr/local/bin/run.sh Loading Loading
.drone.yml +3 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,9 @@ 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 "git clone https://github.com/nextcloud/photos.git /var/www/html/apps/photos/" - su www-data -c "cd /var/www/html/apps/photos; composer install" - su www-data -c "php /var/www/html/occ app:enable -f photos" - su www-data -c "php /var/www/html/occ notification:generate test -d test" - /usr/local/bin/run.sh Loading