jherr / jmusic

Javascript Music project
19 stars 12 forks source link

Github actions and Github pages for build and deploy #20

Closed pazel-io closed 3 years ago

pazel-io commented 3 years ago

Hi @jherr ,

I made a fork and tested this on my forked version. I can successfully build & deploy to Github pages and access it. The changes should work on the original repo without any further steps. https://pazel-io.github.io/jmusic/

The only manual step is to create an ssh key and then:

  1. Add the public key of that ssh key to Deploy keys under the settings of jherr/jmusic.
  2. Add the secret key of that ssh key to Secrets under the settings of jherr/jmusic with the name ACTIONS_DEPLOY_KEY. (this name is used in the deploy script, so it should match)