mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: typo
This commit is contained in:
@@ -62,7 +62,7 @@ This command looks for a Compose file in your current working directory and:
|
||||
5. **Deploys service containers** using the built images and latest configuration changes with zero-downtime rolling
|
||||
updates
|
||||
|
||||
See the [uc deploy](../../9-cli-reference/uc_deploy.md) reference for all available options.
|
||||
See the [`uc deploy` ](../../9-cli-reference/uc_deploy.md) reference for all available options.
|
||||
|
||||
Watch `uc deploy` building and deploying a demo app (18 seconds):
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ Template syntax for tagging built images.
|
||||
When building service images as part of [`uc build`](../9-cli-reference/uc_build.md) or
|
||||
[`uc deploy`](../9-cli-reference/uc_deploy.md) commands, Uncloud automatically generates image tags based on the current
|
||||
Git repository state. You can customise the image name and tag format for the built images using the
|
||||
[Go template](https://pkg.go.dev/text/template) syntax environment variables.
|
||||
[Go template](https://pkg.go.dev/text/template) syntax and environment variables.
|
||||
|
||||
## Default template
|
||||
|
||||
|
||||
Reference in New Issue
Block a user