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

engrlaravel's avatar

Push code to server/ deploy to server

I am pushing my code to git (bitbucket). and then login to remote server and pull code from git.

Is there anyother better way so that i can deploy directly?

I want my developers to deploy his code without login to remote server again and again.

Please suggest me all possible ways. I am using Alibaba cloud

0 likes
4 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

I dont know Alibaba cloud but perhaps you can describe their workflow.

If they just ssh into the server, cd into a directory, and git pull, then that can easily be automated using Envoy

https://laravel.com/docs/6.x/envoy

engrlaravel's avatar

@sinnbeck : What is best practice in market? (for other than alibaba as well). or other than laravel project.

Please or to participate in this conversation.