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

domioanna's avatar

Problems deploying L5 on Forge

I've deployed an application to Forge, from Github, however it's still showing as deploying, despite showing the following Log entry:-

From github.com:domioanna/wedding
 * branch            master     -> FETCH_HEAD
Already up-to-date.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
Generating optimized class loader
Compiling common classes
Compiling views
Migration table created successfully.
Migrated: 2014_10_12_000000_create_users_table
Migrated: 2014_10_12_100000_create_password_resets_table
Migrated: 2015_01_29_220636_create_parties_table
Migrated: 2015_01_29_222129_create_members_table
Migrated: 2015_01_30_112051_add_rsvp_to_member_table

It's been 'deploying' for about an hour now...

0 likes
6 replies
devinfd's avatar

The scary thing about this is that you can't reach out to Forge customer support for help.

rikarsen's avatar

Remove deploy script line by line then deploy again. You will come to a place that extends․

domioanna's avatar

It's STILL "deploying" so even if I edit the deploy script there's no way of halting deployment to start again.

Any ideas?

domioanna's avatar

Ignore that. Just found the 'Reset deployment state' button hidden at the bottom of the page.

devinfd's avatar
devinfd
Best Answer
Level 13

Well I suppose this is Karma, now I am having the exact same issue. I have clicked the "Reset Deployment State" link and nothing has changed. Were you @domioanna able to resolves this?

domioanna's avatar

Yeah @devinfd, the Reset Deployment State did it's job and reset it, now when I click deploy again it works with no problems.

Please or to participate in this conversation.