エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to automate cloning private GitHub with Chef
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to automate cloning private GitHub with Chef
Everyday I must launch new EC2 instances (or any other server with public IP). I'm provisioning i... Everyday I must launch new EC2 instances (or any other server with public IP). I'm provisioning it with Chef, creating vhosts, uploading databases etc. I need to clone there a couple of private repos from GitHub. What would be the best way to do this? I could manually generate an ssh key, and add it for each GitHub repo I need, then run the script - but it's a lot of work. I could go for git clone

