e1f9d4b8e1
ci / backend (push) Failing after 1s
ci / static (push) Failing after 6s
Build & Test with Secrets / build (push) Failing after 1s
ci / frontend (push) Failing after 1m31s
Build & Test with Secrets / frontend (push) Failing after 1m31s
ci / publish (push) Has been skipped
Build & Test with Secrets / security-scan (push) Failing after 6s
Build & Test with Secrets / notification (push) Failing after 2s
deploy / deploy (push) Failing after 1m53s
deploy / notify (push) Successful in 1s
Modified ci.yml: - Removed SSH remote deployment (not needed for local server) - Added Release publishing instead - Builds Release version and packages as ZIP - Creates Gitea Release with version tag - Uploads kartsell-release.zip as asset Usage: 1. Push to main → CI pipeline runs 2. All tests pass → Release created automatically 3. Download kartsell-release.zip from Releases tab 4. Extract to local deployment directory 5. Run: dotnet KArtSell.Host.dll No remote SSH credentials needed - pure local deployment. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>