Compare commits

..

No commits in common. "ac87b3401cfcac6357e8c25d64d614afe174b839" and "ff4af1cb1309f6bd3b827ae42a06e16347b073cf" have entirely different histories.

2 changed files with 10 additions and 12 deletions

View File

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

View File

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