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" ```