I have a repository in GitHub that I've been using as source control for local development.
I just created a new Azure website and tried setting it up for continuous deployment from my GitHub repository. But each time I try and sync, I get an error that says Deployment Failed. If I look in the logs, all I see it
Remote 'external' already exists.
Anybody know what this means and how I can fix it?
I don't think it's a problem with GitHub, I have several Azure applications that are syncing to GitHub just fine.