diff --git a/scripts/build.sh b/scripts/build.sh index 4d351f3..6aa030d 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -317,7 +317,7 @@ echo "=== Pushing artifacts to remote ===" cd "$REPO_DIR" git config user.email "build-bot@mpvj" 2>/dev/null || true git config user.name "MPVJ Build Bot" 2>/dev/null || true -git add frontend/dist/ bin/ofxPiMapper +git add -f frontend/dist/ bin/ofxPiMapper git commit -m "ci: add pre-built artifacts (frontend/dist + bin/ofxPiMapper)" || echo "(nothing new to commit)" git push