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
|
- name: s
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker-compose up -d --remove-orphans --scale homepage=4
|
- docker-compose up -d --remove-orphans --scale homepage=4 -p ${DRONE_REPO_NAME}
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
status: success
|
status: success
|
||||||
|
Loading…
Reference in New Issue
Block a user