diff --git a/Drone/drone.yml b/Drone/drone.yml index 2c651d5..54b7702 100644 --- a/Drone/drone.yml +++ b/Drone/drone.yml @@ -30,7 +30,7 @@ steps: - name: docker_sock path: /var/run/docker.sock commands: - - docker rm -f dronetest || true + - docker rm -f droneprod || true - docker run --network=proxy --name=droneprod --restart always -d dronetest when: event: