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 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 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