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

coreyallen's avatar

Push to deploy disabled on WordPress installs?

I just created a WordPress site in forge and can't seem to find how to deploy my code from github. I looked at the documentation and there's no Repo tab as it claims I should be looking for.

0 likes
1 reply
bobbybouwmann's avatar

Forge is not made for deploying WordPress sites. You can install a WordPress repository, but that's it. If you want to update stuff you need to do that yourself.

If you want to deploy a wordpress site you simply need to create a new site (not a WordPress site) and deploy that. That also means that you need to have the whole WordPress in version control. So make sure you don't update WordPress or plugins online, otherwise you will have code conflicts.

Please or to participate in this conversation.