Fixed pipeline condition

This commit is contained in:
Administrator 2022-04-05 08:45:30 +02:00
parent d63a39b852
commit 69075e590e

View File

@ -80,8 +80,8 @@ pipeline:
- cd /root/docker/aktienbot - cd /root/docker/aktienbot
- docker-compose pull - docker-compose pull
- docker-compose -p "aktienbot" up -d - docker-compose -p "aktienbot" up -d
when: when:
path: [ "frontend/**", "telegram_bot/**", "api/**" ] path: [ "frontend/**", "telegram_bot/**", "api/**" ]
event: push event: push
branches: main branches: main