Envoyer Deployment Failing: unable to resolve github
Trying to deploy using Laravel Envoyer, but getting this error.
--2016-03-18 14:10:00-- https://api.github.com/repos/...
Resolving api.github.com (api.github.com)... failed: Name or service not known.
wget: unable to resolve host address ‘api.github.com’
I've removed the actual github URL as it had my access token and private repo in it
@bashy I think DO default to using google's two main public dns's - I usually add a third fallback (and a personal peeve is that glibc only supports three, but that's another matter). But I guess forge just uses the defaults which is why so many folk are reporting problems here.
@ohffs Oh was it an actual issue with DO connecting to Google's DNS? Surprised they don't have their own. Maybe they do for some services/OSs? I know my servers from OVH use OVH DNS.
@bashy - yeah, I was a bit surprised that there didn't seem to be a pointer to their own or a fall-back in the default images (I've only used their Ubuntu & CentOS ones mind you). Although maybe after this they will change things a bit ;-)