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

claydog's avatar

'Git push origin' from Laravel Forge server...

Racking my brain on this one... I have a Linode / L Forge server and need to git push from the server to the repo on BItbucket.

It looks like Bitbucket have made any newly added ssh keys read-only.

Has anyone managed to set this up recently and get Git pushing back to their BB repo from their LF server?

0 likes
2 replies
Sinnbeck's avatar

Just curious. Why would you want to push from your server? Having it read-only is common practice as production should only be allowed to pull :)

claydog's avatar

I'm using Statamic 3 and it has git version control out of the box with a pro license - it means my client can make changes, and then they are committed to my repo on the production branch - I'll always have the most up-to-date site to work from or merge.

Please or to participate in this conversation.