You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,3 +558,16 @@ pnpm test:coverage
558
558
```bash
559
559
pnpm e2e
560
560
```
561
+
562
+
## Deploy to Arweave
563
+
564
+
Uses [permaweb-deploy](https://github.com/permaweb/permaweb-deploy) to deploy the app to Arweave and update the ArNS name to point to the new version of the app. Requires:
565
+
566
+
* ARNS_NAME environment variable to be set for what ArNS name to update
567
+
* DEPLOY_KEY environment variable to be set (base64 encoded version of Arweave wallet that is the owner of the ArNS name)
568
+
569
+
```bash
570
+
pnpm deploy:arweave
571
+
```
572
+
573
+
After deployment, will have to wait TTL seconds before updates appear on Arweave gateways (TTL configured on ArNS name).
0 commit comments