(force, strip bool)
| 335 | } |
| 336 | |
| 337 | func (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 | |
| 345 | func (c *Celer) CreatePlatform(platformName string) error { |
| 346 | // Clean platform name. |