Standardize deployment env and deployer handling
This commit is contained in:
@@ -31,15 +31,6 @@ echo "Phase 2 Deployment from Proxy Host"
|
||||
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
|
||||
echo ""
|
||||
|
||||
# Check if .env exists
|
||||
if [ ! -f .env ]; then
|
||||
echo "Error: .env file not found"
|
||||
echo "Please ensure .env is available on this host"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
source .env
|
||||
|
||||
# Change to Phase 2 directory
|
||||
cd terraform/phases/phase2
|
||||
|
||||
@@ -64,4 +55,3 @@ echo ""
|
||||
echo "Next steps:"
|
||||
echo "1. Start services: ./terraform/phases/phase2/scripts/start-services.sh all"
|
||||
echo "2. Check status: ./terraform/phases/phase2/scripts/status.sh all"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user