docker-compose hotfix (#19)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fix: no need to stop the container before build 🚀 * this is handled for us by docker on container re-creation Co-authored-by: surtur <a_mirre@utb.cz> Reviewed-on: #19 Co-Authored-By: wanderer <wanderer@noreply.git.dotya.ml> Co-Committed-By: wanderer <wanderer@noreply.git.dotya.ml>
This commit is contained in:
parent
41099802c2
commit
50ea242c33
@ -179,7 +179,6 @@ steps:
|
||||
- name: s
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- docker stop homepage || true
|
||||
- docker-compose up --build -d
|
||||
when:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user