Fixed pipeline

This commit is contained in:
Administrator 2022-04-04 15:38:50 +02:00
parent 51c598d506
commit c9fcf736ff

View File

@ -77,7 +77,7 @@ pipeline:
from_secret: ssh_password
script:
- cd /root/docker/aktienbot
- docker-compose up -p "aktienbot" --force-recreate --build -d
- docker-compose up --force-recreate --build -d
- docker image prune -f
when:
event: push