update pipeline because of new docker compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-25 21:21:35 +01:00
parent f9c496d158
commit 74fe90b242
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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