Update pipeline
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user