@ -6,7 +6,8 @@ steps:
- name: build
image: ghcr.io/gohugoio/hugo:v0.160.0
commands:
- hugo --config hugo.toml --minify --baseURL https://www.eryang.wang/
- rm -f .hugo_build.lock
- hugo --minify --baseURL https://www.eryang.wang/ --noBuildLock
- name: deploy
image: appleboy/drone-scp