diff options
Diffstat (limited to '.woodpecker.yaml')
-rw-r--r-- | .woodpecker.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.woodpecker.yaml b/.woodpecker.yaml index a8209cb..336da93 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -15,3 +15,6 @@ steps: source: static/**/* target: / strip_prefix: static/ + # a bit more robust: do not require the let's encrypt certificate to be + # working for the subdomain + path_style: true |