Motherfu...
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-24 18:06:46 -05:00
parent b6949a7673
commit 16f044d308
2 changed files with 3 additions and 6 deletions

View File

@@ -10,7 +10,8 @@ steps:
image: docker
privileged: true
commands:
- docker compose -f docker-compose.prod.yml build --pull --no-cache
- docker compose -f docker-compose.prod.yml build
# - 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