fix: Move deploy log to mounted volume for visibility
- Change log path from /tmp to /Volume1/DockerAppsData/mixapp/ - /tmp inside webhook container != host /tmp - Now logs are visible on host after deploy Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Скрипт деплоя для octopus (FIXED v4 - Auto-Update Compose)
|
||||
LOG_FILE="/tmp/deploy-octopus.log"
|
||||
HASH_FILE="/tmp/requirements-hash.txt"
|
||||
# Скрипт деплоя для octopus (FIXED v6 - Fix log path to use mounted volume)
|
||||
LOG_FILE="/Volume1/DockerAppsData/mixapp/deploy-octopus.log"
|
||||
HASH_FILE="/Volume1/DockerAppsData/mixapp/requirements-hash.txt"
|
||||
DOCKER_COMPOSE_DIR="/Volume1/DockerYAML/mix"
|
||||
APP_ROOT="/Volume1/DockerAppsData/mixapp/app"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user