From 6343faade77f312831cb7621bed3e7491a377cbb Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 23 Feb 2025 20:15:37 -0600 Subject: [PATCH] docs: add Deno deployment example documentation --- .../content/docs/core/(examples)/deno.mdx | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/docs/content/docs/core/(examples)/deno.mdx diff --git a/apps/docs/content/docs/core/(examples)/deno.mdx b/apps/docs/content/docs/core/(examples)/deno.mdx new file mode 100644 index 0000000..fd3aab3 --- /dev/null +++ b/apps/docs/content/docs/core/(examples)/deno.mdx @@ -0,0 +1,27 @@ +--- +title: Deno +description: Deploy a simple Deno application. +--- + + +This example will deploy a simple Deno application. + + +1. **Use Git Provider in Your Application**: + - Repository: `https://github.com/Dokploy/examples.git` + - Branch: `main` + - Build path: `/deno` + - Select `Dockerfile` as Build Type + - Type `Dockerfile` in the Dockerfile path field + +2. **Click on Deploy**: + - Deploy your application by clicking the deploy button. + +3. **Generate a Domain**: + - Click on generate domain button. + - A new domain will be generated for you. + - Set Port `8080` + - You can use this domain to access your application. + + +If you need further assistance, join our [Discord server](https://discord.com/invite/2tBnJ3jDJc).