Return .domains to repo's root

Turns out it's being copied to every site using Duckquill theme, not
good
This commit is contained in:
daudix
2024-07-05 05:52:20 +03:00
parent 164385b720
commit b4e5574288
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,8 @@ steps:
- git rm -r "*" || true # Don't fail if there's nothing to remove
# Copy the output of the build step
- cp -ar ../public/. .
# Copy .domains in place (Duckquill specific. you should just place it in ./static/)
- cp ../.domains .
# Commit and push all static files with the source commit hash
- git add --all
- git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" --allow-empty