github - How can I let multiple machines to download my Bitbucket repos at a time without login? -


i have 50 raspberrypis / local machines , want machines download latest software/applications bitbucket repository automatically whenever there update. , shouldn’t prompt authentication every time downloads.

as comment suggests, can use ssh keys authentication part. if want these rpis read code, can use access key; if need able push commits, regular key should fine.

for "automatic updates" thing, though, i'd suggest set webhook on repo(s) - when there's update, webhook notify coordinating system, , coordinating system manage deployment. there many options can use that, full-fledged ci/cd system jenkins or bamboo simpler orchestration tools capistrano or fabric, , it's worth time investigate options , see might work best use case.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -