Merge branch 'main' of gitpot.dev:lunivity/wiki
All checks were successful
/ deploy (push) Successful in 17s
All checks were successful
/ deploy (push) Successful in 17s
This commit is contained in:
commit
73d3ae444e
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: gitpot_main
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ghcr.io/peaceiris/hugo:latest-full
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ weight = 2
|
|||
|
||||
## Introduction
|
||||
|
||||
This collection includes `common` automation utilities that are used in the deployment of various Lunivity Circle Services.<br>
|
||||
This collection includes `common` automation utilities that are used in the deployment of various Lunivity Ring Services.<br>
|
||||
Common utilities include any kinds of roles and playbooks that are responsible for the initial setup of a host.
|
||||
|
||||
## Getting Started
|
||||
|
|
|
@ -13,7 +13,7 @@ weight = 1
|
|||
|
||||
## Introduction
|
||||
|
||||
This collection includes `core` automation utilities that are used in the deployment of various Lunivity Circle Services.<br>
|
||||
This collection includes `core` automation utilities that are used in the deployment of various Lunivity Ring Services.<br>
|
||||
Core utilities include any kinds of roles and playbooks that are responsible for installing dependencies for services, or other general automations.
|
||||
|
||||
## Getting Started
|
||||
|
|
Loading…
Reference in a new issue