Update pipeline

This commit is contained in:
Administrator 2022-04-04 16:03:48 +02:00
parent f234f8c91e
commit 1f0bff5ecc

View File

@ -78,7 +78,7 @@ pipeline:
script:
- cd /root/docker/aktienbot
- docker-compose pull
- docker-compose up -p "aktienbot" -d
- docker-compose -p "aktienbot" up -d
when:
event: push