fix(ci): specify the project before the up command
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:
surtur 2021-07-24 17:44:33 +02:00
parent ebd51c2d54
commit 6425917e1c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -216,7 +216,7 @@ steps:
- name: s
path: /var/run/docker.sock
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:
branch: master
status: success