Files
homepage/.drone.yml
T
2024-04-22 01:38:32 -05:00

9 lines
137 B
YAML

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