Update pipeline
This commit is contained in:
parent
82087a46c0
commit
d63a39b852
@ -4,6 +4,7 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
|
- echo -n "${CI_COMMIT_BRANCH//\//-}-${CI_COMMIT_SHA:0:8}, latest" > .tags
|
||||||
when:
|
when:
|
||||||
|
path: [ "frontend/**", "telegram_bot/**", "api/**" ]
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
|
|
||||||
@ -80,6 +81,7 @@ pipeline:
|
|||||||
- 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/**" ]
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
branches: main
|
branches: main
|
||||||
|
Loading…
Reference in New Issue
Block a user