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

Function deploySuccess

bin/actions/k8s.js:227–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 let sccWorkerDeploymentFileName = 'scc-worker-deployment.yaml';
226
227 let deploySuccess = () => {
228 self.successLog(
229 `The '${appName}' app was deployed successfully - You should be able to access it online ` +
230 `once it has finished booting up. This can take a while depending on your platform.`,
231 );
232 process.exit();
233 };
234
235 if (isUpdate) {
236 try {

Callers 1

performDeploymentFunction · 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…