MCPcopy Create free account
hub / github.com/observablehq/framework / deploy

Method deploy

src/deploy.ts:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 async deploy(): Promise<GetDeployResponse> {
116 await this.setApiClientAndCurrentUser();
117 const deployInfo = this.deployOptions.deployId ? await this.continueExistingDeploy() : await this.startNewDeploy();
118 return deployInfo;
119 }
120
121 private async setApiClientAndCurrentUser() {
122 let apiKey = await this.effects.getObservableApiKey(this.effects);

Callers 2

deployFunction · 0.80
observable.tsFile · 0.80

Calls 3

startNewDeployMethod · 0.95

Tested by

no test coverage detected