MCPcopy Create free account
hub / github.com/SocketCluster/socketcluster / failedToDeploy

Function failedToDeploy

bin/actions/k8s.js:72–75  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

70 let isUpdate = updateRequest;
71
72 let failedToDeploy = (err) => {
73 this.errorLog(`Failed to deploy the '${appName}' app. ${err.message}`);
74 process.exit();
75 };
76
77 let socketClusterK8sConfigFilePath = appPath + '/socketcluster-k8s.json';
78 let socketClusterK8sConfig = parseJSONFile(socketClusterK8sConfigFilePath);

Callers 3

performDeploymentFunction · 0.85
k8sDeployAndDeployUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…