From 2ae4d6022144b02ce595317df5afc2cdebbebbfc Mon Sep 17 00:00:00 2001 From: leafee98 Date: Sat, 14 Dec 2024 13:58:14 +0800 Subject: [PATCH] Edit woodpecker ci secrets --- .woodpecker/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index 65934bb..9181637 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -5,12 +5,12 @@ steps: event: push image: 'myhugo:0.3' environment: - http_user: - from_secret: http_user - http_pass: - from_secret: http_pass - http_endpoint: - from_secret: http_endpoint + HTTP_USER: + from_secret: HTTP_USER + HTTP_PASS: + from_secret: HTTP_PASS + HTTP_ENDPOINT: + from_secret: HTTP_ENDPOINT commands: - 'hugo' - 'find public -mindepth 1 -not -type d -printf "%P\n" > /tmp/filelist'