From 2e1f68cb93b73cb60821f242ed929039da153274 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 4 Oct 2020 16:27:46 +0200 Subject: [PATCH] chore: add scaling param to the .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1f5e9c9..cb5f90d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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