Post
Share your knowledge.
Deploying your Walrus Site
The open sourced a GitHub Action that lets you publish & update Walrus Sites directly from GitHub. fI you need to automate the deployment of your Walrus Sites, you can use a CI/CD pipeline. This guide covers the essential steps to set up continuous deployment for your site.
Get started Follow the below in order: https://docs.wal.app/walrus-sites/ci-cd.html
- Sui
- SDKs and Developer Tools
Answers
3Writing the workflow https://docs.wal.app/walrus-sites/ci-cd-gh-workflow.html
Creating Your Workflow Create .github/workflows/deploy-site.yml in your repository Add checkout step to get your repository files If your site needs building, add build steps: Add build environment setup (Node.js, etc.) Add build commands Set your DIST path: For sites requiring build: Point to your build output directory (e.g., dist/, build/) For static sites: Point directly to your static files directory Add the Deploy Walrus Site action with your configured secrets and variables The key is ensuring your DIST path points to a directory containing the final, deployable static files that should be published to Walrus.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410