webseite/.drone.yml
Henning Brinkmann 348ef297c7
All checks were successful
continuous-integration/drone/push Build is passing
list current path before "lektor deploy"
2021-06-07 01:12:24 +02:00

29 lines
471 B
YAML

---
kind: pipeline
type: docker
name: build_webseite
workspace:
path: /workspace
steps:
- name: build
image: registry.wtf-eg.net/lektor
- name: deploy
image: registry.wtf-eg.net/lektor
environment:
LEKTOR_DEPLOY_KEY:
from_secret: lektor_deploy_key
commands:
- pwd
- ls
- lektor deploy --key $LEKTOR_DEPLOY_KEY
when:
branch:
- main
event:
- push
image_pull_secrets:
- dockerconfig