diff --git a/.drone.yml b/.drone.yml index 8aa1954..53009c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: port: 22 script: - docker compose down - - docker image rm trash-api + - docker image rm 192.168.0.129:5000/trash-api - docker compose up -d - name: telegram notification