Skip to content

Instantly share code, notes, and snippets.

@r6m
Created September 6, 2018 09:48
Show Gist options
  • Save r6m/d2cdbd81837550cb43677648d271fed4 to your computer and use it in GitHub Desktop.
Save r6m/d2cdbd81837550cb43677648d271fed4 to your computer and use it in GitHub Desktop.
Dokku golan glide private repo
// 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