From e7f3b967988f350536bce844dc8c5fb73e04cc17 Mon Sep 17 00:00:00 2001 From: JFronny Date: Sat, 3 Dec 2022 16:15:35 +0100 Subject: [PATCH] Strip prefix --- static/jfmod.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/static/jfmod.yml b/static/jfmod.yml index 187cbee..dd2fb50 100644 --- a/static/jfmod.yml +++ b/static/jfmod.yml @@ -22,6 +22,7 @@ pipeline: secret_key: from_secret: pages_secret source: build/artifacts/**/* + strip_prefix: build/ target: /${CI_REPO} when: - branch: ${CI_REPO_DEFAULT_BRANCH}