Last ditch attempt at magic...
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:
@@ -10,8 +10,8 @@ steps:
|
||||
image: docker
|
||||
privileged: true
|
||||
commands:
|
||||
- docker compose -f docker-compose.demo.yml build --pull --no-cache
|
||||
- docker compose -f docker-compose.demo.yml up --remove-orphans --force-recreate --wait
|
||||
- docker compose -f docker-compose.prod.yml build --pull --no-cache
|
||||
- docker compose -f docker-compose.prod.yml up --remove-orphans --force-recreate --wait
|
||||
volumes:
|
||||
- name: dockersock
|
||||
path: /var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user