Skip to content

update sample

update sample #5

Workflow file for this run

name: Deploy Walrus Site using Walrus Sites GA
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies in temporary directory and Build Explorer
run: |
npm i
npm run build
- name: Deploy Phaser 3 TypeScript project to Walrus
uses: zktx-io/[email protected]
with:
site-path: ${{ github.workspace }}/dist
object-id: '0x6f39a12152a48d05038654b623ef3b0f63a78f60547553ec7a89e02b854a4a83'
network: 'testnet'
epochs: 180
env:
SUI_ADDRESS: ${{ vars.SUI_ADDRESS }}
SUI_KEYSTORE: ${{ secrets.SUI_KEYSTORE }}