Compare commits

...

2 Commits

Author SHA1 Message Date
50faf5775f remove step 'env'
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-25 11:32:30 +02:00
19367467a2 add volume "workspace" 2021-04-25 11:31:36 +02:00
2 changed files with 3 additions and 10 deletions

View File

@ -4,16 +4,6 @@ type: docker
name: build_lektor
steps:
- name: env
image: docker:dind
environment:
DOCKER_USERNAME:
from_secret: "docker_username"
DOCKER_PASSWORD:
from_secret: "docker_password"
commands:
- env
- nslookup registry.wtf-eg.net
- name: build
image: plugins/docker
settings:

View File

@ -1,3 +1,6 @@
FROM python
VOLUME /workspace
RUN pip install --upgrade pip
RUN pip install Lektor