Ignore modified times when uploading
This commit is contained in:
parent
709277929b
commit
42d5f4bb73
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue