fix: Oopsie woopsie

This commit is contained in:
daudix-UFO
2023-12-25 04:46:52 +03:00
parent 38208f1c52
commit b9af50749b

View File

@ -34,9 +34,9 @@ steps:
# Remove old files from repository folder # Remove old files from repository folder
- git rm -r "*" - git rm -r "*"
# Copy build step output to repository folder # Copy build step output to repository folder
- cp -ar ../public/. $CI_REPO_NAME/ - cp -ar ../public/. .
# Commit and push all static files with source commit SHA # Commit and push all static files with source commit SHA
- git add -A - git add --all
- git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]" - git commit -m "Woodpecker CI ${CI_COMMIT_SHA} [SKIP CI]"
- git push - git push
when: when: