SSH keys setup for the Aegir system user?
Posted by leevh on June 24, 2012 at 3:51am
Hello, I'm curious if anyone does this and would care to share how.
I'm experimenting with drush make for building platforms in octopus, and I'm trying to pull themes etc from my private repos on bitbucket. The syntax I tried using is
projects[myblugear][download][type] = "git"
projects[myblugear][download][url] = "git@bitbucket.org:myusername/mysite-d7-theme.git"
projects[myblugear][type] = "theme"
projects[myblugear][download][branch] = "master"