Files
homepage/.drone.yml
T

10 lines
187 B
YAML

---
kind: pipeline
type: exec
name: Build in Hugo
steps:
- name: Build
commands:
- podman build --rm --tag homepage:latest .
- systemctl restart podman-homepage.service