1
Fork 0

Ignore modified times when uploading

This commit is contained in:
Jake Howard 2021-07-03 00:47:46 +01:00
parent 709277929b
commit 42d5f4bb73
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -58,7 +58,7 @@ deploy:
- apk add --no-cache rclone - apk add --no-cache rclone
script: script:
- export RCLONE_CONFIG_PAGES_PASS=`rclone obscure $RCLONE_WEBDAV_PASSWORD` - 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: variables:
RCLONE_CONFIG_PAGES_TYPE: webdav RCLONE_CONFIG_PAGES_TYPE: webdav
RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net