change compose directory
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-06-26 00:17:25 +02:00
parent b65bd7a363
commit b0a3e48890
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -53,7 +53,7 @@ steps:
port: 22 port: 22
command_timeout: 2m command_timeout: 2m
script: 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: when:
branch: branch:
- master - master