chore: enable overwrite (why is this even off by default?!)
All checks were successful
ci/woodpecker/push/gradle Pipeline was successful
ci/woodpecker/push/pages Pipeline was successful

This commit is contained in:
Johannes Frohnmeyer 2024-07-18 12:23:18 +02:00
parent 2f74e9dd9b
commit f2668f5bbc
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 3 additions and 0 deletions

View File

@ -13,5 +13,6 @@ steps:
source: static/**/*
target: /scripts
strip_prefix: static/
overwrite: true
when:
- branch: master

View File

@ -23,5 +23,6 @@ steps:
source: public/**/*
target: /${CI_REPO}
strip_prefix: public/
overwrite: true
when:
- branch: master

View File

@ -25,5 +25,6 @@ steps:
source: build/artifacts/**/*
strip_prefix: build/
target: /${CI_REPO}
overwrite: true
when:
- branch: ${CI_REPO_DEFAULT_BRANCH}