mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: Deploy an app: build secrets are not supported (resolves #181)
This commit is contained in:
@@ -98,9 +98,10 @@ You can pass additional build arguments or override existing ones using the `--b
|
|||||||
uc deploy --build-arg BUILD_ENV=dev
|
uc deploy --build-arg BUILD_ENV=dev
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also use advanced features like build caches, secrets, and SSH access.
|
You can also use advanced features like build caches or SSH access.
|
||||||
See [Compose Build Specification](https://github.com/compose-spec/compose-spec/blob/main/build.md) for all supported
|
See [Compose Build Specification](https://github.com/compose-spec/compose-spec/blob/main/build.md) for all supported
|
||||||
attributes.
|
attributes. Note that build [secrets](https://github.com/compose-spec/compose-spec/blob/main/build.md#secrets) are not
|
||||||
|
supported though.
|
||||||
|
|
||||||
:::info note
|
:::info note
|
||||||
|
|
||||||
@@ -140,8 +141,8 @@ This generates tags like:
|
|||||||
`uc deploy` renders the image templates when it loads the Compose file and then uses the resulting names for the build
|
`uc deploy` renders the image templates when it loads the Compose file and then uses the resulting names for the build
|
||||||
and deploy stages.
|
and deploy stages.
|
||||||
|
|
||||||
See the [Image tag template](../../8-compose-file-reference/2-image-tag-template.md) reference for all available template
|
See the [Image tag template](../../8-compose-file-reference/2-image-tag-template.md) reference for all available
|
||||||
variables and functions.
|
template variables and functions.
|
||||||
|
|
||||||
### Separate build and deploy steps
|
### Separate build and deploy steps
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user