1
1
Fork 0
blog/.woodpecker.exo.yml

10 lines
212 B
YAML
Raw Normal View History

steps:
2023-06-11 14:00:38 +00:00
build:
image: bash
commands:
- hugo --enableGitInfo --minify
2023-06-11 14:00:38 +00:00
- git status
- cp -R public /srv/http/xtex1
- rm -rf /srv/http/xtex
- mv /srv/http/xtex1 /srv/http/xtex