wasm-synth icon indicating copy to clipboard operation
wasm-synth copied to clipboard

Problem: timdaub.github.io/wasm-synth is not indicating which version is deployed

Open TimDaub opened this issue 5 years ago • 0 comments

I use GitHub Actions to deploy wasm-synth automatically for every newly pushed commit on the master branch.

But for other collaborators, it's currently quite tricky to judge which version is online on timdaub.github.io/wasm-synth

There's multiple potential solutions to this problem:

  • We could use a git post-commit hook to append the version number into a source code file and then always somehow link to the latest commit on GitHub
  • We could simply start hosting WASM SYNTH on e.g. IPFS with e.g. https://fleek.co/

TimDaub avatar May 02 '20 12:05 TimDaub