From e1dc715dd00ec5f15831d87135bab0a20d9e68d5 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sat, 20 Apr 2019 00:47:33 +0200 Subject: [PATCH] fix css --- .drone.yml | 2 +- riffol.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c72e612..cc43f3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ pipeline: docker: image: plugins/docker repo: repo.shimun.net/shimun/seafile - tag: no_media + tag: riffol registry: repo.shimun.net storage_path: /drone/.docker secrets: ["docker_username", "docker_password"] diff --git a/riffol.conf b/riffol.conf index dbf3d8d..be0431d 100644 --- a/riffol.conf +++ b/riffol.conf @@ -60,7 +60,7 @@ application seafile { application seahub { mode forking - requires [ setup ] + requires [ setup, seafile ] pidfile /var/run/seafile/seahub.pid start [ /usr/bin/seahub, start, 8000 ] stop [ /usr/bin/seahub, stop ]