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

Melodia's avatar

Quick deploy not working

I have a site running for a couple of days already and I noticed that my quick deploy never worked. Even though I clicked to enable quick deploy, I still have to manually deploy it.

Is there anything else that I need to configure for that to work?

0 likes
8 replies
shez1983's avatar

what happens when you click on quick deploy? anything? and do you have the scripts to run? you need to add those in the text box on the same page..

Melodia's avatar

When I click on quick deploy it works, but the same does not happen if I try to enable quick deploy. I read that I have to create a web hook on my github account.I must go to settings, developer settings and add webhook. But it happens that I do not see the option to Add a hook on my side

Melodia's avatar

@Cronix I actually deployed the site using this tutoral. It says that to enable quick deploy you just have to click under "enable quick deploy" and it should work. Actually the having to create a web hook was an answer given by someone from forge, but I just dont see that option in my github account.

shez1983's avatar

i think what you might need to do in the meantime is go to your repo setting so something like:

https://github.com/username/reponame/settings/hooks

and add a webhook to the URL which is listed in your FORGE Deployment Trigger URL.. so everytime you do a PUSH to the branch (Develop) this would/should trigger forge deploy

shez1983's avatar

i dont know what u mean... i have given you the instructions.. :s

Melodia's avatar

I followed your instructions. Pasted the payload url in my new webhook, but noticed that it was deploying forever..like an endless loop

Please or to participate in this conversation.