Update pipeline

This commit is contained in:
Administrator 2022-04-05 08:34:11 +02:00
parent 82087a46c0
commit d63a39b852

View File

@ -4,6 +4,7 @@ pipeline:
commands:
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
when:
path: [ "frontend/**", "telegram_bot/**", "api/**" ]
event: push
@ -80,6 +81,7 @@ pipeline:
- docker-compose pull
- docker-compose -p "aktienbot" up -d
when:
path: [ "frontend/**", "telegram_bot/**", "api/**" ]
event: push
branches: main