From 42d5f4bb730d9aafab81f7eb9eff148a07478296 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 3 Jul 2021 00:47:46 +0100 Subject: [PATCH] Ignore modified times when uploading --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84cd4a3..3528352 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ deploy: - apk add --no-cache rclone script: - export RCLONE_CONFIG_PAGES_PASS=`rclone obscure $RCLONE_WEBDAV_PASSWORD` - - rclone sync -v public/ pages:theorangeone.net/ + - rclone sync -I -v public/ pages:theorangeone.net/ variables: RCLONE_CONFIG_PAGES_TYPE: webdav RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net