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

OmarMakled's avatar

is it possible to push application direct to server without creating repo on github ?

is it possible to push application direct to server without creating repo on github ?

like pagodabox you can deploy without creating github repo

0 likes
6 replies
elpete's avatar

Sure. You could always use (S)FTP to sync your files to your server. Or rsync over SSH.

bastiaan89's avatar

If this is about GH not having free private repositories, try BitBucket (free private repos for up to 5 users).

MikeHopley's avatar

Yes, it is possible, and it's something I do. You don't need Github, BitBucket, Gitlab, or anything else to deploy using Git.

I'm not saying they are useless, obviously. Just that you don't have to use them unless you want to.

For example, here's a tutorial.

bashy's avatar

No but it saves you making a git server.

Please or to participate in this conversation.