AGoblinKing / greenhub

Deploy and build video games using GitHub Actions!

Home Page:https://corporate-entity.itch.io/greenhub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GreenHub

- - - -

Use GitHub as a Continuous Deployment Engine to Game Platforms using Electron and Cordova.

Also provides an example installable Progressive Web Application(PWA).

Tasks

  • Setup Template Repo
  • Setup GitHub Actions to build Electron binaries
    • store as a release
  • Setup Deployment Actions
    • Itch
    • CloudFlare Pages
  • Setup PWA
  • Ensure overlay works
  • Documentation/Examples

References

Story

A developer commits a bunch of client files to the repo which triggers GitHub Actions that build and deploy their configured binaries to Itch/Steam/Where-ever

Quick Stare

- [ ] Clone this Template Repository
- [ ] Click actions on your new repository
- [ ] Note it already building a release for you

Quick Start

- [ ] Commit your website's code in the `www` directory on GitHub, try out the drag n' drop features!
- [ ] ???
- [ ] Download the releases

Space Magic Integration to Itch.io

- [ ] Add `SECRETS` to your github repository
- name: Deploy to itch
  uses: josephbmanley/butler-publish-itchio-action@master
  env:
    BUTLER_CREDENTIALS: ${{ secrets.BUTLER_CREDENTIALS }}
    CHANNEL: browser
    ITCH_GAME: ${{ secrets.ITCH_GAME }}
    ITCH_USER: ${{ secrets.ITCH_USER }}
    PACKAGE: www
- [ ] ???
- [ ] Its released!

Deploy a Static Website

About

Deploy and build video games using GitHub Actions!

https://corporate-entity.itch.io/greenhub

License:Apache License 2.0


Languages

Language:Java 85.5%Language:JavaScript 8.2%Language:Batchfile 4.0%Language:HTML 1.9%Language:CSS 0.4%