From ab58d38b33f5a2305afb770c24775b0e41d5ba7d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 3 Jun 2021 07:42:43 +0000 Subject: [PATCH] Read password from a different place Hope this works! --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf1b6f9..02316de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,3 +29,4 @@ deploy: 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