fix deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 19:38:13 +05:00
parent 3c0ca73b1d
commit db4ed321c0

View File

@@ -54,6 +54,7 @@ steps:
EOF
- docker login git.iamninja.ru -u "$DOCKER_USERNAME" -p "$CICD_TOKEN"
- docker compose pull
- docker compose down
- docker compose up -d
volumes: