From 2746bf4b389738cfb924e6f2afa713fc82ff29af Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Wed, 25 Sep 2024 13:20:35 +0200 Subject: [PATCH] add reference to mitja's blog --- deployment/overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/deployment/overview.md b/deployment/overview.md index ec9d927..0de2070 100644 --- a/deployment/overview.md +++ b/deployment/overview.md @@ -45,7 +45,11 @@ see the [kamal deployment documentation](./kamal.md). If, for whatever reason, you don't want to use the built in Kamal option to deploy to a VPS, the Django documentation provides a good overview on [how to deploy Django to your own server](https://docs.djangoproject.com/en/stable/howto/deployment/). -Additionally, Pegasus's [Docker support](/docker/) can be used as a basis for other production environments +Pegasus user [Mitja Martini](https://mitjamartini.com/) has documented how he [deploys his SaaS Pegasus +application to a VPS using Dokku](https://mitjamartini.com/blog/2024/09/22/deploying-django-on-dokku/) (a self-hosted PaaS platform). + + +Pegasus's [Docker support](/docker/) can be used as a basis for other production environments that supports container---for example, Google Kubernetes Engine and Amazon ECS. Please reach out in the Pegasus Slack `#deployment` channel for any help on this!