Files
homepage/.drone.yml
T

10 lines
169 B
YAML
Raw Normal View History

2022-10-10 16:13:21 -05:00
---
kind: pipeline
2022-10-10 16:21:05 -05:00
type: exec
2022-10-10 16:13:21 -05:00
name: Build in Hugo
steps:
2022-10-10 16:14:41 -05:00
- name: Build
image: klakegg/hugo:0.104.3
2022-10-10 16:13:21 -05:00
commands:
2022-10-10 16:21:05 -05:00
- podman build --rm --tag homepage:latest .