aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.build.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.build.yml b/.build.yml
index 120780f..225eea0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,8 +2,6 @@ image: debian/bookworm
packages:
- emacs-nox
- - python3
- - python3-pip
- rsync
- openssh-client
@@ -19,12 +17,12 @@ environment:
tasks:
- setup: |
- pip install --break-system-packages uv
+ curl -LsSf https://astral.sh/uv/install.sh | sh
curl -sSfL https://github.com/tdewolff/minify/releases/latest/download/minify_linux_amd64.tar.gz \
| tar -xz -C ~/.local/bin minify
- build: |
cd cleberg.net
- uv run build.py
+ ~/.local/bin/uv run build.py
- deploy: |
cd cleberg.net
chmod 600 ~/.ssh/id_rsa