fix(ci): specify the project before the up command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* compose ignores the project value if specified later * issue introduced in ebd51c2
This commit is contained in:
parent
ebd51c2d54
commit
6425917e1c
@ -216,7 +216,7 @@ steps:
|
|||||||
- name: s
|
- name: s
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker-compose up -d --remove-orphans --scale homepage=4 -p ${DRONE_REPO_NAME}
|
- docker-compose -p ${DRONE_REPO_NAME} up -d --remove-orphans --scale homepage=4
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
status: success
|
status: success
|
||||||
|
Loading…
Reference in New Issue
Block a user