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

phpMick's avatar
Level 15

AWS Deployment

Hi,

How should I be deploying my application?

At the moment, I am SSHing onto my live box and then doing a GIT pull. Surely there is a better way than this?

We are trying to upgrade our architecture this week and add a load balancer, how should I deploy to multiple boxes?

Thanks,

Mick

0 likes
2 replies
martinbean's avatar

@phpMick If you’re using AWS then there are services for deploying: namely CodeDeploy. It’ll be able to run deployment scripts too in case you need to compile assets, run database migrations etc.

Please or to participate in this conversation.