Skip to content

Instantly share code, notes, and snippets.

@kkenny
Last active October 17, 2019 18:27
Show Gist options
  • Save kkenny/5ffe51bc5108b5bf99716d0f30b3662f to your computer and use it in GitHub Desktop.
Save kkenny/5ffe51bc5108b5bf99716d0f30b3662f to your computer and use it in GitHub Desktop.
633 export HAB_AUTH_TOKEN=<redacted>
636 vi ~/.bashrc # Add auth token export to bashrc
642 hab origin key download darkstar
644 export HAB_ORIGIN=darkstar
645 git clone [email protected]:learn-chef/lcr-effortless-audit-getting-started_app.git ./effortless-audit-profile_app
646 cd effortless-audit-profile_app/
647 cd sample_profile/
649 vi habitat/plan.sh
653 cp ~/Downloads/darkstar-20191016133749.sig.key ~/.hab/cache/keys/
654 hab origin key export --type secret darkstar
655 hab studio enter
657 source results/last_build.env
658 hab pkg upload results/$pkg_artifact
hab pkg promote $pkg_ident stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment