Compare commits

..

No commits in common. "c12e7a11d3f7d43c4bb2c461f78437d07445b809" and "b25b859eee246d70050a436ef6590dc56edc13ae" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View File

@ -16,9 +16,9 @@ steps:
image: python:3.10-alpine image: python:3.10-alpine
commands: commands:
- apk add imagemagick - apk add imagemagick
- python3 -m venv venv - python3 -m pip install --user pipx
- . venv/bin/activate - export PATH=/root/.local/bin:$PATH
- pip install -r requirements.txt - pipx install lektor
- lektor build - lektor build
--- ---
@ -38,9 +38,9 @@ steps:
from_secret: drone_ssh_key from_secret: drone_ssh_key
commands: commands:
- apk add imagemagick - apk add imagemagick
- python3 -m venv venv - python3 -m pip install --user pipx
- . venv/bin/activate - export PATH=/root/.local/bin:$PATH
- pip install -r requirements.txt - pipx install lektor
- lektor build - lektor build
- apk add rsync openssh - apk add rsync openssh
- mkdir ~/.ssh - mkdir ~/.ssh
@ -56,9 +56,9 @@ steps:
from_secret: drone_ssh_key from_secret: drone_ssh_key
commands: commands:
- apk add imagemagick - apk add imagemagick
- python3 -m venv venv - python3 -m pip install --user pipx
- . venv/bin/activate - export PATH=/root/.local/bin:$PATH
- pip install -r requirements.txt - pipx install lektor
- lektor build - lektor build
- apk add rsync openssh - apk add rsync openssh
- mkdir ~/.ssh - mkdir ~/.ssh
@ -70,6 +70,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: 1634ef6329d6399a622c569b06bf084859854e34958585f2a83bd2f0b1bb47ca hmac: 0d28bd52da692fb47e34b3fcb103df15005109a7cdaee3ea4a8a76a605660017
... ...

View File

@ -1,2 +1 @@
lektor==3.3.8 lektor
Werkzeug<2.3