Update pipeline

This commit is contained in:
Administrator 2022-04-04 16:02:44 +02:00
parent 01f9a52ebd
commit f234f8c91e

View File

@ -76,9 +76,9 @@ pipeline:
password:
from_secret: ssh_password
script:
- docker-clean
- docker-compose pull web
- docker-compose up -d web
- cd /root/docker/aktienbot
- docker-compose pull
- docker-compose up -p "aktienbot" -d
when:
event: push