From 11b49b779de6e7dde8540e306efc9a4a4f5d2435 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Mon, 21 Dec 2020 12:53:15 +0100 Subject: [PATCH] Now working with docker secrets. --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc658b5..7bb2952 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,4 +35,7 @@ steps: - vendor/bin/phpunit -c test/phpunit.xml environment: OBJECTSTORAGE_PROVIDER: RedisProvider - OBJECTSTORAGE_REDIS_HOST: cache \ No newline at end of file + OBJECTSTORAGE_REDIS_HOST: cache + +image_pull_secrets: + - dockerconfig \ No newline at end of file