WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
457 stars 153 forks source link

Replace circle-ci deployment with GitHub Actions #360

Closed AlexLakatos closed 1 year ago

AlexLakatos commented 1 year ago

Circle CI is running out of memory, and failing to deploy the builds.

We should take this opportunity to swap deployments to GitHub actions.

The current setup uses the yarn deploy command (build the website, and commit it to the gh-pages branch, which takes care of the hosting). I think we should be able to replicate that for GitHub Actions.

huijing commented 1 year ago

Notes

Netlify build took around 2min 14s.

Screenshot 2023-07-18 at 11 19 43 AM

Test deploy GH action ran successfully in 208s.

Screenshot 2023-07-18 at 11 29 09 AM