bdougie / live

:microphone: The code that powers bdougie.live
https://bdougie.live
MIT License
24 stars 11 forks source link

Rebuild Netlify with GitHub Actions #96

Open bdougie opened 3 years ago

bdougie commented 3 years ago

This is something I have wanted to do for a while. Thanks to some recent features, I think I can rebuild Netlify features using GitHub Actions. This is not meant to be a replacement for Netlify, that would be dumb and you should sign up for Netlify. This is a technical challenge for me and would be really cool if I could do it.

bdougie commented 3 years ago

I got this far. https://github.com/bdougie/nuxt-black-dashboard/actions/runs/734416896

To be continued

update:

It turns out the template only works with node 10 and not 12.

Screen Shot 2021-04-09 at 9 56 34 PM
bdougie commented 3 years ago

I ended up bailing on this with Nuxt. I was falling over not knowing how to do a proper nuxt generate config. I ended up getting it to work as intended with open-sauced/slaybot - https://github.com/open-sauced/slaybot/blob/main/.github/workflows/ci-cd-slaybot.yml.

cd workflow visualizer