Prototype syncing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luca Beltrame 2021-01-03 18:52:57 +01:00
parent 7613f04bf5
commit f1698e4afa
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -16,7 +16,7 @@ steps:
image: plugins/hugo
settings:
hugo_version: 0.79.0
validate: false
validate: true
- name: fix-links
image: alpine
@ -30,29 +30,22 @@ steps:
pull: never
settings:
source: public/
target: /tmp/denno/
target: /site/dennogumi.org/
recursive: true
user: 476
volumes:
- name: site
path: /site
- name: denno
path: /tmp/denno
- name: permissions
image: alpine
commands:
- chown -R $NGINX_UID:$NGINX_ID /tmp/denno/
- chown -R $NGINX_UID:$NGINX_ID /site/dennogumi.org
- ls -l /tmp/denno/2019
volumes:
- name: site
path: /site
- name: denno
path: /tmp/denno
volumes:
- name: site
host:
path: /tmp/
- name: denno
temp: {}