betfinio/IPNS Deploy
Deploy static sites to IPFS via Pinata and publish IPNS records
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| folder_path | Path to the folder to deploy | yes | ./dist |
| folder_name | Name for the deployment (defaults to repository name) | yes | — |
| ipns_private_key | Base64 encoded IPNS private key | yes | — |
| pinata_gateway | Pinata gateway URL | yes | — |
| pinata_jwt | Pinata JWT token | yes | — |
| quicknode_api_key | QuickNode API key | yes | — |
| node_version | Node.js version to use | no | 20 |
Outputs
| name | description |
|---|---|
| cid | The CID of the deployed content |
| ipns_name | The IPNS name for the deployment |