Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f6caf3c5a |
@@ -146,5 +146,5 @@ For detailed technical documentation, see the [Project Architecture](../PROJECT_
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Version:** v1.8.1
|
**Version:** v1.8.2
|
||||||
**Last Updated:** 2026-04-13
|
**Last Updated:** 2026-04-13
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.8.1",
|
"version": "1.8.2",
|
||||||
"last_build": "2026-04-13-1936",
|
"last_build": "2026-04-13-1939",
|
||||||
"codename": "ConfigSync"
|
"codename": "ConfigSync"
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,7 @@ rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' --e
|
|||||||
# Orchestration, Config & Scripts
|
# Orchestration, Config & Scripts
|
||||||
cp docker-compose.yml "$PROD_DIR/"
|
cp docker-compose.yml "$PROD_DIR/"
|
||||||
rsync -a config/ "$PROD_DIR/config/"
|
rsync -a config/ "$PROD_DIR/config/"
|
||||||
|
rsync -a scripts/ "$PROD_DIR/scripts/"
|
||||||
cp start_server.sh "$PROD_DIR/"
|
cp start_server.sh "$PROD_DIR/"
|
||||||
cp run_standalone.sh "$PROD_DIR/"
|
cp run_standalone.sh "$PROD_DIR/"
|
||||||
cp install_service.sh "$PROD_DIR/"
|
cp install_service.sh "$PROD_DIR/"
|
||||||
|
|||||||
Reference in New Issue
Block a user