Deploy faucet API
Closed this issue · 0 comments
MakMuftic commented
Deploy faucet API that will be used by faucet UI.
Requirements
- Automatic deployment should be triggered on each push to
main
branch - API needs to be deployed to a public domain similar to other
dev
services- @P1sar are we moving all our deployments to a new domain or are we using
chainsafe.io
for now ?
- @P1sar are we moving all our deployments to a new domain or are we using
- A SSM parameter holding config (with private keys) should be mapped to ENV variable
FAUCET_CONFIG
Details
- Repository: https://github.com/sygmaprotocol/faucet-api
- Inside the repository, there is Dockerfile that should be used for deployment
- API has root endpoint
/health
that should be used for health-check