diff options
| -rw-r--r-- | .build.yml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |
