From f1698e4afafff7c97ffc7de35662d110e1812747 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 18:52:57 +0100 Subject: [PATCH] Prototype syncing --- .drone.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5a16f05..20e416f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: {}