diff --git a/.drone.yml b/.drone.yml index 3c772de..aca0df2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,6 +42,8 @@ steps: settings: remote_url: from_secret: URL + password: + from_secret: PASS target_branch: pages pages_directory: dist copy_contents: true diff --git a/deno.json b/deno.json index ddf479a..0eb4ba5 100644 --- a/deno.json +++ b/deno.json @@ -16,7 +16,7 @@ ] }, "imports": { - "lume/": "https://deno.land/x/lume@v1.15.3/", + "lume/": "https://deno.land/x/lume@v1.16.2/", "experimental/": "https://raw.githubusercontent.com/lumeland/experimental-plugins/main/", "std/": "https://deno.land/std/" },