Created
September 6, 2018 09:48
-
-
Save r6m/d2cdbd81837550cb43677648d271fed4 to your computer and use it in GitHub Desktop.
Dokku golan glide private repo
This file contains hidden or 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
// https://github.com/heroku/heroku-buildpack-go#private-git-repos | |
// every period (.) must be replaced with underscore (_) | |
dokku config:set --global GO_GIT_CRED__<PROTOCOL>__<HOSTNAME>=<TOKEN> | |
// dokku config:set --global GO_GIT_CRED__HTTPS__GITHUB__COM=<TOKEN> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment