feat: initial CI/CD pipeline, Dockerfile, K8s manifests, build+test scripts
Build and Deploy / build-and-test (push) Failing after 3m37s
Build and Deploy / build-image (push) Has been skipped
Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-05-31 13:31:56 +00:00
parent b05e0f0a53
commit abf29e61de
11 changed files with 370 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "signalledger.nl",
"version": "1.0.0",
"description": "Signal Ledger news site",
"scripts": {
"build": "node build.js",
"test": "node test.js"
},
"devDependencies": {}
}