-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area/deploymentDeployment and SSHDeployment and SSHenhancementNew feature or requestNew feature or requestpriority/criticalBlocks release or core functionalityBlocks release or core functionality
Description
Implement GitOps deployment to remote servers via SSH.
Workflow:
light deploy production --tag v1.0.0- SSH to target server (from env config)
- Execute:
cd /path && git checkout v1.0.0 && light up production - Validate deployment health
- Return status to user
Requires:
- SSH connection management
- Remote command execution
- Health check validation
- Rollback on failure
Related: 001-T044 from spec 001
Metadata
Metadata
Assignees
Labels
area/deploymentDeployment and SSHDeployment and SSHenhancementNew feature or requestNew feature or requestpriority/criticalBlocks release or core functionalityBlocks release or core functionality