From 392d4298c0bd119f925cf5c55cf9ed48c4a32f29 Mon Sep 17 00:00:00 2001 From: Pierre Le Fevre Date: Mon, 15 Jan 2024 13:19:41 +0100 Subject: [PATCH] Update image paths in deployments.md --- hugo/content/usage/deployments.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hugo/content/usage/deployments.md b/hugo/content/usage/deployments.md index 63303ba..564cc25 100644 --- a/hugo/content/usage/deployments.md +++ b/hugo/content/usage/deployments.md @@ -11,13 +11,13 @@ running in minutes. Open the **Create** page with one of these buttons: - + - + #### Name - + This is globally unique and will determine your personal URL and how your app is accessed.  Choose something nice and short, as your users @@ -30,7 +30,7 @@ The name must follow [RFC 1035](https://kubernetes.io/docs/concepts/overview/wor #### Connect GitHub repository - + kthcloud deployments provide two options for CI/CD. You can either: @@ -41,7 +41,7 @@ We recommend skipping the GitHub repo and setting up GitHub Actions if you feel #### Environment variables - + Environment variables are accessible from inside your app. There is always one env available: **$PORT**, which indicates which port your app @@ -51,7 +51,7 @@ Feel free to set any necessary envs for your app. #### Persistent storage - + Persistent storage allows your deployment to save state between restarts and when pushing a new version. @@ -66,11 +66,11 @@ You'll need to provide Once your deployment is created, you will find a button to **Manage Storage** - + Here you can browse your files and create folders. You might have to create the folder structure specified by your container, and restart it for it to work. - + #### That's all :) @@ -80,7 +80,7 @@ Any questions? Reach out on our Discord\! Click on your deployment in the resource list shown when logging in - + View your deployment by clicking on **Visit page**