diff --git a/drone.yml b/drone.yml index 5affa4b..636da47 100644 --- a/drone.yml +++ b/drone.yml @@ -7,7 +7,8 @@ steps: volumes: - name: docker_sock path: /var/run/docker.sock - secrets: [DB_PASS] + secrets: + - DB_PASS commands: - docker build --tag ofb_api . - docker rm -f ofb_api || true