Поправил префикс, чтобы не мешать другим контейнерам
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7105903ce8
commit
211b390d88
@ -8,11 +8,11 @@ platform:
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- docker-compose build
|
- docker-compose -p Crisp_Telegram_bot build
|
||||||
|
|
||||||
- name: run
|
- name: run
|
||||||
commands:
|
commands:
|
||||||
- docker-compose up -d
|
- docker-compose -p Crisp_Telegram_bot up -d
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
Loading…
Reference in New Issue
Block a user