Compare commits
2 Commits
0e5c32cb0b
...
50faf5775f
Author | SHA1 | Date | |
---|---|---|---|
50faf5775f | |||
19367467a2 |
10
.drone.yml
10
.drone.yml
@ -4,16 +4,6 @@ type: docker
|
|||||||
name: build_lektor
|
name: build_lektor
|
||||||
|
|
||||||
steps:
|
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
|
- name: build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
FROM python
|
FROM python
|
||||||
|
|
||||||
|
VOLUME /workspace
|
||||||
|
|
||||||
|
RUN pip install --upgrade pip
|
||||||
RUN pip install Lektor
|
RUN pip install Lektor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user