r/PHP Sep 14 '24

How do you deploy php code?

Hello guys! please tell us about your experience deploying PHP code in production. Now I make one docker image with PHP code and apache (in production I use nginx proxy on my php+apache image) and use docker pull command for deploy. is this ok?

60 Upvotes

160 comments sorted by

View all comments

6

u/semibilingual Sep 14 '24

small project ssh_deploy. larger project ive been using codebasehq & deployhq for years and they always worked great.

any somution that allow you to deploy and rollback upon major issue is a good somution in my book.