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 9ec93b4
This commit is contained in:
parent
9ec93b4352
commit
a10f717a30
@ -111,7 +111,7 @@ steps:
|
||||
- name: s
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker-compose up -d --remove-orphans -p ${DRONE_REPO_NAME}
|
||||
- docker-compose -p ${DRONE_REPO_NAME} up -d --remove-orphans
|
||||
when:
|
||||
branch: master
|
||||
status: success
|
||||
|
Loading…
Reference in New Issue
Block a user