update pipeline because of new docker compose
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
f9c496d158
commit
74fe90b242
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ steps:
|
|||
port: 22
|
||||
command_timeout: 2m
|
||||
script:
|
||||
- cd /root && docker-compose pull shbot && docker-compose up -d shbot
|
||||
- cd /root && docker compose pull shbot && docker compose up -d shbot
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
|
@ -65,7 +65,7 @@ steps:
|
|||
port: 22
|
||||
command_timeout: 2m
|
||||
script:
|
||||
- cd /root && docker-compose -f shbot-dev.yaml pull shbot-dev && docker-compose -f shbot-dev.yaml up -d shbot-dev
|
||||
- cd /root && docker compose -f shbot-dev.yaml pull shbot-dev && docker compose -f shbot-dev.yaml up -d shbot-dev
|
||||
when:
|
||||
branch:
|
||||
- dev
|
||||
|
|
Loading…
Reference in a new issue