Commit 87ffbfe
committed
docs: fix --deploy-git-folder description + document buildFromGit constraints and startWithoutCode
- pipeline.mdx: the --deploy-git-folder flag description was a copy of
--zerops-yaml-path's text. Corrected to what the flag does per
'zcli service deploy --help': uploads the .git folder with the deploy
(ignored by default).
- import.mdx buildFromGit: document two constraints verified against the
live platform: the repository must be publicly accessible (a private
repo fails at clone time with a FAILED build and no build log), and
the URL must not carry a trailing .git suffix (fails the same way).
- import.mdx: add the startWithoutCode service key (present in the live
import JSON schema, previously undocumented): starts a runtime
service's containers without waiting for a first deploy.1 parent 9039fab commit 87ffbfe
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
409 | | - | |
| 408 | + | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
404 | 417 | | |
405 | 418 | | |
406 | 419 | | |
| |||
0 commit comments