Compare commits
2 Commits
pm-handle-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 218f9f5fd6 | |||
| 8405e0964b |
@ -1,7 +1,8 @@
|
|||||||
# webapp-deployment-status-api
|
# Webapp Deployer
|
||||||
|
|
||||||
This API provides status information about webapp deployment requests and a mechanism for upload encrypted configuration
|
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.
|
||||||
files used by those requests.
|
|
||||||
|
For setup, see [here](https://git.vdb.to/cerc-io/testnet-ops/src/branch/main/service-provider-setup$0)
|
||||||
|
|
||||||
## Build and Run
|
## Build and Run
|
||||||
|
|
||||||
@ -138,4 +139,6 @@ CHECK_INTERVAL=15
|
|||||||
AUCTION_CHECK_INTERVAL=10
|
AUCTION_CHECK_INTERVAL=10
|
||||||
HANDLE_AUCTION_REQUESTS=true
|
HANDLE_AUCTION_REQUESTS=true
|
||||||
AUCTION_BID_AMOUNT=50000
|
AUCTION_BID_AMOUNT=50000
|
||||||
|
|
||||||
|
DEPLOYER_GITHUB_TOKEN="optional, set for deploying private repos"
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user