ci/compose: add project name using a drone env var
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
ref: dotya.ml/docs#1
This commit is contained in:
parent
2cb4922ffb
commit
ebd51c2d54
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user