migrated core_nest to mainroom
This commit is contained in:
25
mainroom/ctrl/.env.sync
Normal file
25
mainroom/ctrl/.env.sync
Normal file
@@ -0,0 +1,25 @@
|
||||
# Configuration for core_nest deployment
|
||||
|
||||
# Server configuration
|
||||
DEPLOY_SERVER=mariano@mcrn.ar
|
||||
|
||||
# Docker deployment (default)
|
||||
DEPLOY_REMOTE_PATH=~/core_nest
|
||||
|
||||
# Bare metal deployment (--bare-metal flag)
|
||||
DEPLOY_BARE_METAL_PATH=~/pawprint
|
||||
|
||||
# Local source code paths
|
||||
# (Defaults are set in deploy.sh if not specified here)
|
||||
LOCAL_AMAR_BACKEND=/home/mariano/wdir/ama/amar_django_back
|
||||
LOCAL_AMAR_FRONTEND=/home/mariano/wdir/ama/amar_frontend
|
||||
LOCAL_PAWPRINT=/home/mariano/wdir/ama/pawprint
|
||||
|
||||
# =============================================================================
|
||||
# TEST SYNC PATHS (decoupled, standalone)
|
||||
# =============================================================================
|
||||
# Source: Where tests come from (any repo with contract tests)
|
||||
TEST_SOURCE_PATH=/home/mariano/wdir/ama/amar_django_back/tests/contracts
|
||||
|
||||
# Target: Where ward tester expects tests (volume mount, no restart needed)
|
||||
WARD_TESTS_PATH=/home/mariano/wdir/ama/pawprint/ward/tools/tester/tests
|
||||
Reference in New Issue
Block a user