0

I have deployed Ghost to an Azure (Shared) web app using the One-Click option here. I am trying to get at the source code but there is no option for Git deployment in the Azure portal:

enter image description here

I have tried add an FTP/deployment user name in the deployment credentials but there is still no option for Git in the portal?

More info:

  1. There is no option when I click continuous deployment to configure GitHub:

continuous deployment screen

  1. I have already filled out deployment credentials but am only given ftp options:

deployment credentials

HBruijn
  • 77,029
  • 24
  • 135
  • 201
NRKirby
  • 71
  • 7

1 Answers1

1

If you go to your web app, and select all settings, the properties will be the screen you have posted, lower down there should be 'Continuous Deployment' and 'Deployment Credentials' where you can configure Github etc.

enter image description here

Michael B
  • 748
  • 3
  • 10
  • I have added more info - there doesn't seem to be any way to configure GitHub? I wonder if this is to do with the fact it was deployed with the 'One-Click' deployment option as I mentioned in my original post? – NRKirby Jan 22 '16 at 07:26
  • @NRKirby If you click on the disconnect button in Continuous deployment, you can reconfigure it all from there – Michael B Jan 22 '16 at 07:49
  • @Micheal B Thanks, I've done that. How do I then get the source code from Azure to a GitHub repository? – NRKirby Jan 22 '16 at 10:09
  • That's probably the basis for a new question! - but [this](https://guides.github.com/activities/hello-world/) might help and maybe [this](https://desktop.github.com/) – Michael B Jan 22 '16 at 10:30