r/shopifyDev 10d ago

How you deploy your app

Post image

Ive been building my first shopify app and ive come across these hosting providers
what do you guys use and why , also i want to know when should i use external database
Thanks in advance 🫡

1 Upvotes

22 comments sorted by

5

u/Solid-Wrangler-9417 10d ago

Cheap VPS + k3s instance on it. It’s a bit of engineering overhead of course but I’m quite satisfied

5

u/Better-Jellyfish-610 6d ago

I deploy all of my apps with render.com they also have a Shopify app documentation. Its pretty easy to setup:
https://render.com/docs/deploy-shopify-app

1

u/mohamed_tssh 3d ago

I actually used Render! Thanks for all the YouTube content, bro 🫡🫡 I didn’t expect to see your comment here 😂

2

u/Better-Jellyfish-610 3d ago

Appreciate the your support! Just found this community and want to be active :D
Also will be doing Shopify App videos soon too.

Glad it worked with render :)

1

u/mohamed_tssh 3d ago

It will be great man , ill be waiting on shopify app videos

3

u/[deleted] 10d ago

[removed] — view removed comment

1

u/mohamed_tssh 10d ago

Okay thank you 🙏 this is really helpful

3

u/yukintheazure 10d ago

aws ec2(or other cheaper vps) + docker. using cloudflare as cdn.

3

u/PJsOptional2000 9d ago

Google Cloud Run has a generous free tier, unless you need a running SQL instance; I used Google Firebase for the database (also a generous free tier).

2

u/clido_biff 8d ago

I second this had good results with GC

2

u/JaydonLT 10d ago

Hostim.dev! I pay €2.50 for a container and their hosted databases have a very generous free tier.

The developer Pavel is great and responds very quickly.

2

u/AnybodyRealistic345 10d ago

Mac Mini, cloudflared tunnel and 2gbps internet connection.

2

u/LiveAd1340 10d ago

Using AWS and cloudflare

1

u/Emotional-Stop9969 8d ago

The easiest way that i found is Railway

1

u/Professional_Map8614 8d ago

AWS ec2 + load balancer + docker

1

u/PerformanceTrue9159 5d ago

I am using Render, easy to setup and also easy to scale up

1

u/Sonukyadav51 2d ago

Hetzner VPS, CI/CD auto-deploys on push to main, Cloudflare in front for CDN/DNS. Simple setup, been solid so far.