ci/compose: add project name using a drone env var
All checks were successful
continuous-integration/drone/push Build is passing

ref: dotya.ml/docs#1
This commit is contained in:
surtur 2021-07-24 15:46:23 +02:00
parent 2cb4922ffb
commit ebd51c2d54
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -216,7 +216,7 @@ steps:
- name: s
path: /var/run/docker.sock
commands:
- docker-compose up -d --remove-orphans --scale homepage=4
- docker-compose up -d --remove-orphans --scale homepage=4 -p ${DRONE_REPO_NAME}
when:
branch: master
status: success