chore: add scaling param to the .drone.yml
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
surtur 2020-10-04 16:27:46 +02:00
parent 1e03b168d8
commit 2e1f68cb93
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -179,7 +179,7 @@ steps:
- name: s
path: /var/run/docker.sock
commands:
- docker-compose up --build -d
- docker-compose up --build -d --scale homepage=4
when:
branch: master
status: success