From d49da8325013a49f7eeb5bc4ac350f6733dbe29c Mon Sep 17 00:00:00 2001 From: oonyeje Date: Fri, 1 Dec 2023 11:29:04 -0500 Subject: [PATCH] - fix command thats ran --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 59f35e7..796eb67 100755 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: docker_sock path: /var/run/docker.sock commands: - - build + - docker-compose build - name: push-image image: plugins/docker:latest settings: