Skip to content

Commit

Permalink
docs: add OM_PRIVATE_KEY
Browse files Browse the repository at this point in the history
Thanks @spikymonkey for pointing out this was un-documented.
  • Loading branch information
crhntr committed Jul 12, 2023
1 parent bab0837 commit df33da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df33da9

Please sign in to comment.