netlify / netlifyctl

MIT License
176 stars 34 forks source link

Always use SSH remote for manual configuration #86

Closed fool closed 6 years ago

fool commented 6 years ago

Right now when doing netlifyctl init -m in a repository configured with an https URL in /.git/config, we fail to detect tha,t and the repo setup ends up not working properly with our automated checkouts.

netlifyctl should detect https URLs and automatically transform them into ssh URLs for use with deploy keys.