Last active
October 17, 2019 18:27
-
-
Save kkenny/5ffe51bc5108b5bf99716d0f30b3662f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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