Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

lemmon's avatar
Level 28

Deploy to digitalocean on push to github

I like the idea of deploying on push to github, are there any alternatives to forge for windows, also I welcome the help with the server config

0 likes
9 replies
fylzero's avatar

@lemmon What do you mean "alternatives to Forge for Windows". Forge is an outboard server management panel that runs as a web application. If you're running Windows as your development machine, you can still deploy code to your servers using Forge, no problem.

lemmon's avatar
Level 28

@fylzero I just meant something other that Forge, and that also would work on windows. I was checking out envoy then I realized that it was linux/mac only program.

fylzero's avatar

@lemmon Ok, so your actual question is "are there alternatives to Envoy for Windows?"... because Forge is kind of a different thing.

ServerPilot would be an alternative to Forge, but doesn't do much in the way of deployment.

If you just want deployment for free, you could always just put together a bash script that deploys your code (does Windows do bash? lol idk).

That said, I'd highly recommend just biting the bullet and paying for Forge. Makes life much easier and you can justify the cost as it gives you free SSH certs for all your sites.

OR! Install VirtualBox, run Linux and use Envoy with a shared directory just for deployments. ...or better yet, just over-write Windows with Linux! =) TBH, I'm actually not totally kidding. Once you start needing to manage servers, dev'ing on Windows gets cumbersome imo.

Please or to participate in this conversation.