sigwinhq / yassg

Yet Another Static Site Generator
MIT License
3 stars 0 forks source link

Support creating a matrix of CI => Hosting config in init #41

Open dkarlovi opened 2 years ago

dkarlovi commented 2 years ago

For example:

Github Actions Gitlab CI
Github Pages --github N/A
Gitlab Pages N/A --gitlab
Netlify --github=netlify --gitlab=netlify

This means we can host a Netlify site on either Github or Gitlab, init will automatically create the best possible CI config, both with preview and prod deployment support.