stardew_community_checklist icon indicating copy to clipboard operation
stardew_community_checklist copied to clipboard

Build Pipeline

Open kihashi opened this issue 5 years ago • 1 comments

Currently, builds are done manually by me using a second copy of the repository on Github pages.

Can they be automated using Github Actions and e.g. netlify?

kihashi avatar Dec 10 '19 18:12 kihashi

I started toying around with netlify last night and I really like the featureset. Since the build pipeline is pretty simple (yarn build), it was really easy to setup. We shouldn't exceed the free tier usage since this is basically a static site unless something goes drastically wrong.

One of the features that I really like is that you can have it create preview pages from pull requests. That should help a lot with approving PRs.

kihashi avatar Feb 05 '20 14:02 kihashi