docs: typo

This commit is contained in:
Pasha Sviderski
2025-11-20 08:06:26 +10:00
parent e30ea89990
commit c489fcc63c
2 changed files with 2 additions and 2 deletions
@@ -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 5. **Deploys service containers** using the built images and latest configuration changes with zero-downtime rolling
updates 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): 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 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 [`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 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 ## Default template