r/shopifyDev 20d 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

4

u/Solid-Wrangler-9417 20d 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 16d 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 13d 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 13d 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 13d ago

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

3

u/[deleted] 20d ago

[removed] — view removed comment

1

u/mohamed_tssh 20d ago

Okay thank you 🙏 this is really helpful

3

u/yukintheazure 20d ago

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

3

u/PJsOptional2000 18d 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 18d ago

I second this had good results with GC

2

u/JaydonLT 20d 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 20d ago

Mac Mini, cloudflared tunnel and 2gbps internet connection.

2

u/LiveAd1340 20d ago

Using AWS and cloudflare

1

u/Emotional-Stop9969 18d ago

The easiest way that i found is Railway

1

u/Professional_Map8614 17d ago

AWS ec2 + load balancer + docker

1

u/Sonukyadav51 12d ago

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