diff --git a/.drone.yml b/.drone.yml index aac7d3c..23c79b5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ steps: - name: socket path: /var/run/docker.sock commands: - - docker build -t inventory . + - docker build -t automation . - name: deploy image: docker