ci(compose): split long cmd to multiple lines
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
9b08a69426
commit
f363952d13
@ -362,7 +362,10 @@ steps:
|
|||||||
- name: s
|
- name: s
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker-compose -p ${DRONE_REPO_NAME} up -d --remove-orphans --scale homepage=4
|
- docker-compose -p ${DRONE_REPO_NAME} up
|
||||||
|
-d
|
||||||
|
--remove-orphans
|
||||||
|
--scale homepage=4
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
status: success
|
status: success
|
||||||
@ -463,6 +466,6 @@ steps:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 3ad709a54550a0182e0fe6df356c5de7204b373515546e5a95de971731f250fa
|
hmac: 4f988268c21f63758316810c560e9c8427777eb3d9c5f011a09569762f46241f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user