Skip to content

feat: add continuous deployment workflow for xdai.io (#203)#294

Open
15414tdh wants to merge 1 commit into
austintgriffith:masterfrom
15414tdh:feat/issue-203-cd-workflow
Open

feat: add continuous deployment workflow for xdai.io (#203)#294
15414tdh wants to merge 1 commit into
austintgriffith:masterfrom
15414tdh:feat/issue-203-cd-workflow

Conversation

@15414tdh

Copy link
Copy Markdown

Summary

Added a GitHub Actions continuous deployment workflow that automatically deploys the burner-wallet to xdai.io on push to master, as requested in issue #203.

Changes

  • Created .github/workflows/deploy.yml with:
    • Trigger on push to master + manual workflow_dispatch for testing
    • Node.js 18 build pipeline with npm ci
    • IPFS deployment via Pinata (content-addressed hosting)
    • DNSLink update for xdai.io domain

Deployment Flow

push to master β†’ build β†’ deploy to IPFS β†’ update DNSLink β†’ live on xdai.io

Required Secrets

The maintainer must configure these repository secrets:

  • PINATA_API_KEY / PINATA_SECRET_KEY – for IPFS pinning
  • CLOUDFLARE_ZONE / CLOUDFLARE_API_TOKEN – for DNSLink updates

Note

Based on the LeapDAO approach (leapdao#144) β€” they successfully use IPFS + DNSLink for burner-wallet deployment. This keeps production risk low since only merged master changes are deployed, and manual trigger allows testing before merge.

Closes #203

/claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Continuous deployment for xdai.io

1 participant