🔧 Update deploy script to log backend port separately
This commit is contained in:
@@ -214,10 +214,11 @@ async function deploy() {
|
|||||||
console.log(
|
console.log(
|
||||||
`📡 Target: ${config.target} (${sshConfig.host}:${sshConfig.port})`
|
`📡 Target: ${config.target} (${sshConfig.host}:${sshConfig.port})`
|
||||||
);
|
);
|
||||||
console.log(`🔌 HTTP Port: ${config.port}`);
|
console.log(`🔌 Frontend Port: ${config.port}`);
|
||||||
if (config.sslPort) {
|
if (config.sslPort) {
|
||||||
console.log(`🔒 HTTPS Port: ${config.sslPort}`);
|
console.log(`🔒 HTTPS Port: ${config.sslPort}`);
|
||||||
}
|
}
|
||||||
|
console.log(`🔌 Backend Port: ${config.backendPort}`);
|
||||||
|
|
||||||
// Connect to Synology
|
// Connect to Synology
|
||||||
console.log('\n🔐 Connecting to Synology...');
|
console.log('\n🔐 Connecting to Synology...');
|
||||||
|
|||||||
Reference in New Issue
Block a user