Update Servers/Documentation/Zensical.md
This commit is contained in:
@@ -158,6 +158,9 @@ sudo systemctl enable nginx
|
|||||||
Now is time for the arguably most-important stage of deployment, which is setting up a [Gitea Act Runner](https://docs.gitea.com/usage/actions/act-runner). This is how document changes in a Gitea repository will propagate automatically into Zensical's `/srv/zensical/docs` folder.
|
Now is time for the arguably most-important stage of deployment, which is setting up a [Gitea Act Runner](https://docs.gitea.com/usage/actions/act-runner). This is how document changes in a Gitea repository will propagate automatically into Zensical's `/srv/zensical/docs` folder.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# Install Dependencies
|
||||||
|
sudo apt install -y nodejs npm git rsync curl
|
||||||
|
|
||||||
# Create dedicated Gitea runner service account
|
# Create dedicated Gitea runner service account
|
||||||
sudo useradd --system --create-home --home /var/lib/gitea_runner --shell /usr/sbin/nologin gitearunner || true
|
sudo useradd --system --create-home --home /var/lib/gitea_runner --shell /usr/sbin/nologin gitearunner || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user