chore: add --remove-orphans to the build command
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2efd79e1e4
commit
4801a792b6
@ -75,7 +75,7 @@ steps:
|
|||||||
- name: s
|
- name: s
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker-compose build
|
- docker-compose build --remove-orphans
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: s
|
- name: s
|
||||||
@ -179,7 +179,7 @@ steps:
|
|||||||
- name: s
|
- name: s
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- docker-compose up --build -d --scale homepage=4
|
- docker-compose up --build -d --remove-orphans --scale homepage=4
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
status: success
|
status: success
|
||||||
|
Loading…
Reference in New Issue
Block a user