From 0ddcae9149d347833145e252447ee65691e47ced Mon Sep 17 00:00:00 2001 From: Christopher Hunter Date: Wed, 12 Jul 2023 12:36:47 -0400 Subject: [PATCH] docs: add OM_PRIVATE_KEY --- TILE_AUTHOR_GUIDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TILE_AUTHOR_GUIDE.md b/TILE_AUTHOR_GUIDE.md index 7549b0fd4..71cab9e31 100644 --- a/TILE_AUTHOR_GUIDE.md +++ b/TILE_AUTHOR_GUIDE.md @@ -443,6 +443,7 @@ yq -i '.release_sources = [{"type": "s3", "id": "my_compiled_release_bucket", bu smith claim -p us_4_0 eval "$(smith om)" eval "$(smith bosh)" +export OM_PRIVATE_KEY="$(cat $(echo "${BOSH_ALL_PROXY}" | awk -F= '{print $2}'))" # deploy your Product (the commands should look something like this) om upload-product --product=tile.pivotal