From f7d68ccb7b5830d34e9c94658c48459feab7edf4 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 15 Jan 2024 19:44:39 +0000 Subject: [PATCH 1/3] Update .forgejo/workflows/deploy.yml --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 3f329b9..c7bf4f2 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -2,7 +2,7 @@ on: [push] jobs: deploy: - runs-on: gitpot_main + runs-on: docker container: image: ghcr.io/peaceiris/hugo:latest-full From 394f5b6d8e430cdd83295f5f96341d2ec6c959a4 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 29 Jan 2024 20:08:51 +0000 Subject: [PATCH 2/3] Update branding in Ansible: Core --- content/docs/ansible/core/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/ansible/core/_index.md b/content/docs/ansible/core/_index.md index 85985ef..ac777e5 100644 --- a/content/docs/ansible/core/_index.md +++ b/content/docs/ansible/core/_index.md @@ -13,7 +13,7 @@ weight = 1 ## Introduction -This collection includes `core` automation utilities that are used in the deployment of various Lunivity Circle Services.
+This collection includes `core` automation utilities that are used in the deployment of various Lunivity Ring Services.
Core utilities include any kinds of roles and playbooks that are responsible for installing dependencies for services, or other general automations. ## Getting Started From 97bbd4f02a54fd953e1336faa6fa2ccfd2b76777 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Mon, 29 Jan 2024 20:09:28 +0000 Subject: [PATCH 3/3] Update branding in Ansible: Common --- content/docs/ansible/common/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/ansible/common/_index.md b/content/docs/ansible/common/_index.md index 02f94a3..5c0f0d0 100644 --- a/content/docs/ansible/common/_index.md +++ b/content/docs/ansible/common/_index.md @@ -13,7 +13,7 @@ weight = 2 ## Introduction -This collection includes `common` automation utilities that are used in the deployment of various Lunivity Circle Services.
+This collection includes `common` automation utilities that are used in the deployment of various Lunivity Ring Services.
Common utilities include any kinds of roles and playbooks that are responsible for the initial setup of a host. ## Getting Started