diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02316de..b2a392f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,9 @@ deploy: before_script: - apk add --no-cache rclone script: + - export RCLONE_CONFIG_PAGES_PASS=`rclone obscure $RCLONE_WEBDAV_PASSWORD` - rclone sync public/ pages:notes.theorangeone.net/ variables: RCLONE_CONFIG_PAGES_TYPE: webdav RCLONE_CONFIG_PAGES_URL: https://pages.theorangeone.net RCLONE_CONFIG_PAGES_USER: github - RCLONE_CONFIG_PAGES_PASS: $RCLONE_WEBDAV_PASSWORD