|
|
@ -6,7 +6,8 @@ steps: |
|
|
- name: build |
|
|
- name: build |
|
|
image: ghcr.io/gohugoio/hugo:v0.160.0 |
|
|
image: ghcr.io/gohugoio/hugo:v0.160.0 |
|
|
commands: |
|
|
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 |
|
|
- name: deploy |
|
|
image: appleboy/drone-scp |
|
|
image: appleboy/drone-scp |
|
|
|