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: password:
from_secret: ssh_password from_secret: ssh_password
script: script:
- cd /root/docker/aktienbot - docker-clean
- docker-compose up --force-recreate --build -d - docker-compose pull web
- docker image prune -f - docker-compose up -d web
when: when:
event: push event: push