MCPcopy Index your code
hub / github.com/celer-pkg/celer / Deploy

Method Deploy

configs/celer.go:337–343  ·  view source on GitHub ↗
(force, strip bool)

Source from the content-addressed store, hash-verified

335}
336
337func (c *Celer) Deploy(force, strip bool) error {
338 if err := c.project.deploy(force, strip); err != nil {
339 return fmt.Errorf("failed to deploy -> %w", err)
340 }
341
342 return nil
343}
344
345func (c *Celer) CreatePlatform(platformName string) error {
346 // Clean platform name.

Callers 2

TestCleanFunction · 0.80
CommandMethod · 0.80

Calls 1

deployMethod · 0.80

Tested by 1

TestCleanFunction · 0.64