ci(compose): split long cmd to multiple lines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-09-09 14:47:09 +02:00
parent 9b08a69426
commit f363952d13
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -362,7 +362,10 @@ steps:
- name: s
path: /var/run/docker.sock
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:
branch: master
status: success
@ -463,6 +466,6 @@ steps:
---
kind: signature
hmac: 3ad709a54550a0182e0fe6df356c5de7204b373515546e5a95de971731f250fa
hmac: 4f988268c21f63758316810c560e9c8427777eb3d9c5f011a09569762f46241f
...