Добавил название проекта
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
04905c59db
commit
4ab80616a6
@ -9,12 +9,12 @@ platform:
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- docker build .
|
||||
- docker-compose -p pycms build
|
||||
- name: test
|
||||
commands:
|
||||
- docker-compose up --build --abort-on-container-exit
|
||||
- docker-compose -p pycms up --build --abort-on-container-exit
|
||||
- name: run
|
||||
commands:
|
||||
- docker-compose up --build -d
|
||||
- docker-compose -p pycms up -d
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user