Hi fellow overflowers!
I'm trying to write a provisioning script which automatically clones/pulls from a specific private repository on Bitbucket, everytime a vagrant box is initialized.
Ideally, I would like to use a deployment key. But maybe SSH-agent forwarding is also an option, I'm not entirely sure how/if this yields different results.
I have searched half the internet for this and tried so many things, but I can't find the best practice, let alone any clearly explained, working method.
I hope you can help me out!