Skip to content

Commit e7093a5

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent b8d4020 commit e7093a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ services:
8282
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/password_policy.git /var/www/html/apps/password_policy/"
8383
- su www-data -c "php /var/www/html/occ app:enable password_policy"
8484
- su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/external.git /var/www/html/apps/external/"
85-
- su www-data -c "php /var/www/html/occ app:enable external"
8685
- su www-data -c 'php /var/www/html/occ config:app:set external sites --value="{\"1\":{\"id\":1,\"name
8786
\":\"Nextcloud\",\"url\":\"https:\/\/www.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",
8887
\"icon\":\"external.svg\",\"groups\":[],\"redirect\":false},\"2\":{\"id\":2,\"name\":\"Forum\",\"url
8988
\":\"https:\/\/help.nextcloud.com\",\"lang\":\"\",\"type\":\"link\",\"device\":\"\",\"icon
9089
\":\"external.svg\",\"groups\":[],\"redirect\":false}}"'
90+
- su www-data -c "php /var/www/html/occ app:enable external"
9191
- /run.sh
9292

9393
trigger:

0 commit comments

Comments
 (0)