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 ]