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 9ec93b4
This commit is contained in:
surtur 2021-07-24 17:42:07 +02:00
parent 9ec93b4352
commit a10f717a30
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -111,7 +111,7 @@ steps:
- name: s - name: s
path: /var/run/docker.sock path: /var/run/docker.sock
commands: commands:
- docker-compose up -d --remove-orphans -p ${DRONE_REPO_NAME} - docker-compose -p ${DRONE_REPO_NAME} up -d --remove-orphans
when: when:
branch: master branch: master
status: success status: success