Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
939ad8648d |
@@ -146,5 +146,5 @@ For detailed technical documentation, see the [Project Architecture](../PROJECT_
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Version:** v1.8.2
|
**Version:** v1.8.3
|
||||||
**Last Updated:** 2026-04-13
|
**Last Updated:** 2026-04-13
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"last_build": "2026-04-13-1939",
|
"last_build": "2026-04-13-1941",
|
||||||
"codename": "ConfigSync"
|
"codename": "ConfigSync"
|
||||||
}
|
}
|
||||||
@@ -19,6 +19,7 @@ rsync -a --exclude 'node_modules' --exclude '.next' frontend/ "$PROD_DIR/fronten
|
|||||||
rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' --exclude 'tests' backend/ "$PROD_DIR/backend/"
|
rsync -a --exclude '__pycache__' --exclude '.pytest_cache' --exclude '.venv' --exclude 'tests' backend/ "$PROD_DIR/backend/"
|
||||||
|
|
||||||
# Orchestration, Config & Scripts
|
# Orchestration, Config & Scripts
|
||||||
|
mkdir -p "$PROD_DIR/config" "$PROD_DIR/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/"
|
rsync -a scripts/ "$PROD_DIR/scripts/"
|
||||||
|
|||||||
Reference in New Issue
Block a user