change compose directory
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b65bd7a363
commit
b0a3e48890
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue