From ea77183b7ac3efd99804e42ea34ad3910258ee02 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 30 Oct 2020 21:59:57 -0600 Subject: [PATCH] Another Test --- drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/drone.yml b/drone.yml index 4c727a7..5affa4b 100644 --- a/drone.yml +++ b/drone.yml @@ -7,6 +7,7 @@ steps: volumes: - name: docker_sock path: /var/run/docker.sock + secrets: [DB_PASS] commands: - docker build --tag ofb_api . - docker rm -f ofb_api || true