DEV Community

Cover image for SSHing your way into AppService
Sharesquare engineering bits
Sharesquare engineering bits

Posted on

SSHing your way into AppService

When we started to migrate our core platform from a single virtual machine on DigitalOcean to a managed webapp solution on Azure, AppService, the first question was: can we recycle our CI/CD flows?

The answer was: yes! Together with fellow cloud engineer @ayoayomide , let us tell you how we did it! See the full story here.

Spoiler alert. We could keep our SSH-based deployment pipeline, written in Deployer, yet we had to enable and patch a rather hidden SSH feature in the Azure AppService itself.

Top comments (0)