Files
homepage/.drone.yml
T

10 lines
187 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
2022-10-10 16:13:21 -05:00
commands:
2022-10-10 16:21:05 -05:00
- podman build --rm --tag homepage:latest .
2022-10-10 16:50:14 -05:00
- systemctl restart podman-homepage.service