Update pipeline

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

View File

@ -76,9 +76,9 @@ pipeline:
password:
from_secret: ssh_password
script:
- cd /root/docker/aktienbot
- docker-compose up --force-recreate --build -d
- docker image prune -f
- docker-clean
- docker-compose pull web
- docker-compose up -d web
when:
event: push