Update README.md

This commit is contained in:
zramsay 2026-01-05 20:15:13 +00:00
parent 8405e0964b
commit 218f9f5fd6

View File

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