Sui.

Post

Share your knowledge.

harry phan.
Jul 11, 2025
Discussion

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
2
3
Share
Comments
.

Answers

3
MoonBags.
Jul 21 2025, 08:28
9
Best Answer
Comments
.
Meaning.Sui.
Jul 23 2025, 03:13

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.

6
Comments
.

Do you know the answer?

Please log in and share it.