Compare commits
1
Commits
2a1da643c1
...
86c67951da
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86c67951da |
@@ -34,11 +34,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cd source
|
cd source
|
||||||
uv run \
|
python3 -m venv .venv
|
||||||
--no-project \
|
.venv/bin/python -m pip install \
|
||||||
--with 'mkdocs-material==9.6.14' \
|
--disable-pip-version-check \
|
||||||
--with 'mkdocs-same-dir==0.1.3' \
|
--no-input \
|
||||||
mkdocs build --strict
|
'mkdocs-material==9.6.14' \
|
||||||
|
'mkdocs-same-dir==0.1.3'
|
||||||
|
.venv/bin/python -m mkdocs build --strict
|
||||||
|
|
||||||
- name: Publish the complete release atomically
|
- name: Publish the complete release atomically
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install nginx certbot python3-certbot-nginx
|
sudo apt-get install nginx certbot python3-certbot-nginx python3-venv
|
||||||
```
|
```
|
||||||
|
|
||||||
Создать пользователя и каталоги:
|
Создать пользователя и каталоги:
|
||||||
|
|||||||
@@ -15,9 +15,7 @@ RestartSec=10s
|
|||||||
TimeoutStopSec=45s
|
TimeoutStopSec=45s
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
|
|
||||||
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
|
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
Environment="UV_CACHE_DIR=/var/lib/gitea-runner/.cache/uv"
|
|
||||||
Environment="UV_PYTHON_DOWNLOADS=never"
|
|
||||||
|
|
||||||
UMask=0022
|
UMask=0022
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
|
|||||||
Reference in New Issue
Block a user