diff --git a/.drone.yml b/.drone.yml index 4aa32d9..0621ecc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,7 +53,7 @@ steps: port: 22 command_timeout: 2m script: - - cd /root && docker compose pull shbot && docker compose up -d shbot + - cd ~/compose/shbot && docker compose pull shbot && docker compose up -d shbot when: branch: - master