Fix Drone build #176

Merged
Brain merged 5 commits from fix-drone-build into main 2023-05-02 23:01:12 +02:00
Showing only changes of commit 2cfa61aeaa - Show all commits

View File

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