This repository has been archived on 2023-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
blog.lazkani.io-20200902-hi.../.drone.yml

26 lines
429 B
YAML

---
kind: pipeline
type: docker
name: Deploy
steps:
- name: build
image: nikola:20200831
volumes:
- name: blog-path
path: /drone/src/output/
environment:
UID:
from_secret: uid
GID:
from_secret: gid
commands:
- nikola theme -i willy-theme
- nikola build
- chown -R "$UID":"$GID" output/*
volumes:
- name: blog-path
host:
path: /mnt/blog/