aleph-im/Aleph Web3 Hosting
Deploy a website or dApp on Aleph Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 15, 2026
- License
- None
Pinned Snippet
uses: aleph-im/web3-hosting-action@88fe843f95190f949c306b0d8da50c9889ee57fe # v2.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the static website's files (eg frontend/out) | yes | — |
| private-key | The private key of the Ethereum wallet used to sign the deployment | yes | — |
| owner-address | Address of the wallet that owns the website and pays with its credits. Requires an authorization granted to the signing wallet. Leave blank to own and pay with the signing wallet directly | no | "" |
| website-name | Identifier of the website on your Aleph account. Defaults to the repository name | no | "" |
| domain | Domain name to link to the deployed site (eg libertai.io). Ignored for pull request previews | no | "" |
| retention_days | Delete previous versions of this website older than this number of days. Leave blank to keep all versions | no | "" |
| github-token | Token used to detect closed pull requests and clean up their previews. Defaults to the workflow token | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| url | The deployed URL to access the website |
| cid | The IPFS CID (v1) of the deployed files |
| version | The version number of the website on Aleph (empty for previews) |