fix: use wangdl.pem for 4-core SSH
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 38s
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 38s
This commit is contained in:
parent
f30a446bd5
commit
ad6112f4ab
@ -15,8 +15,8 @@ interface ServerMetrics {
|
|||||||
network: { ip: string };
|
network: { ip: string };
|
||||||
}
|
}
|
||||||
|
|
||||||
const REMOTE_SSH = 'ssh -o StrictHostKeyChecking=no -o ConnectTimeout=5 -i /home/ubuntu/.ssh/zhixi.pem ubuntu@10.2.0.7';
|
const REMOTE_SSH = 'ssh -o StrictHostKeyChecking=no -o ConnectTimeout=5 -i /home/ubuntu/.ssh/wangdl.pem ubuntu@10.2.0.7';
|
||||||
const SSH_KEY_PATH = process.env.SSH_KEY_PATH || '/home/ubuntu/.ssh/zhixi.pem';
|
const SSH_KEY_PATH = process.env.SSH_KEY_PATH || '/home/ubuntu/.ssh/wangdl.pem';
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class AdminServersService {
|
export class AdminServersService {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user