Deploy shopify app to production in ubuntu server

Topic summary

Main issue: how to deploy a Shopify PHP app (based on the Shopify app template repo) to a production Ubuntu server (droplet), and whether Docker is needed.

Key points:

  • The original poster asked for a proper deployment approach, including whether Docker is required and how to deploy with Docker, requesting documentation.
  • A follow-up asked if a solution was found.
  • The resolution provided: the Shopify PHP app can be deployed on an Ubuntu server the same way a Laravel project is deployed.

What’s missing/unclear:

  • No step-by-step deployment details were shared (e.g., web server setup, env variables, queue, HTTPS, database).
  • No confirmation or guidance on Docker usage was provided.

Status: Partially resolved. The general approach (treat like Laravel deployment) is stated, but concrete instructions and Docker-specific guidance remain unanswered.

Summarized with AI on January 5. AI used: gpt-5.

Hey everybody. I build a app using this documentation
https://github.com/Shopify/shopify-app-template-php/blob/cli_three/README.md
How can I deploy my application in droplet

I find many documentation but still I not get proper way to deploy app in server.
Can I need to use docker to deploy and if yes, how can I deploy using docker.

any documentation for deploy?

Hi @Deep0617

Did you found any solution?

1 Like

Yes we can deploy Shopify php app like just we deploy Laravel project in ubuntu server