sergio.am/.drone.yml

20 lines
250 B
YAML

---
kind: pipeline
type: docker
name: deploy-sergio.am
steps:
- name: build
image: alpine:latest
commands:
- apk update && apk add bash pandoc
- bash ./build.sh
- mv _site /var/www/
when:
branch:
- main
node:
location: nexus