Skip to content

Commit 0ef84bc

Browse files
docs(slugbuilder-cache): add CACHE_PATH variable
1 parent 0a1c57d commit 0ef84bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/installing-workflow/configuring-object-storage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ Slugbuilder is configured and launched by the builder component. Slugbuilder rea
115115
If you are using slugbuilder as a standalone component the following configuration is important:
116116

117117
- `TAR_PATH` - The location of the application `.tar` archive, relative to the configured bucket for builder e.g. `home/burley-yeomanry:git-3865c987/tar`
118-
- `PUT_PATH` - The location to upload the finished slug, relative to the configured bucket fof builder e.g. `home/burley-yeomanry:git-3865c987/push`
118+
- `PUT_PATH` - The location to upload the finished slug, relative to the configured bucket of builder e.g. `home/burley-yeomanry:git-3865c987/push`
119+
- `CACHE_PATH` - The location to upload the cache, relative to the configured bucket of builder e.g. `home/burley-yeomanry/cache`
119120

120121
!!! note
121122
These environment variables are case-sensitive.

0 commit comments

Comments
 (0)