- Remove Ansible dependency from deployment workflow - Use direct SSH commands for Docker operations - Simplify deployment process: * SSH to production server * Docker registry login * Pull new image * Update docker-compose.yml with sed * Restart services with docker compose - Remove Ansible verification step - Simplify rollback step (only shows manual instructions) - Works with ubuntu-latest runner (no special image needed) - Fixes 'ansible: command not found' errors - Works with act for local testing
32 KiB
32 KiB