From 218f9f5fd62a10464931ab51e241d071e9af4f4f Mon Sep 17 00:00:00 2001 From: zramsay Date: Mon, 5 Jan 2026 20:15:13 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1230e..2fd4ec0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# webapp-deployment-status-api +# Webapp Deployer This service is run by Laconic Network Service Providers and listens for ApplicationDeploymentRequests on the Laconic Registry. When a valid Request is published onchain, this service will build and host the application on the Service Providers' Kubernetes cluster. @@ -139,4 +139,6 @@ CHECK_INTERVAL=15 AUCTION_CHECK_INTERVAL=10 HANDLE_AUCTION_REQUESTS=true AUCTION_BID_AMOUNT=50000 + +DEPLOYER_GITHUB_TOKEN="optional, set for deploying private repos" ```