abarichello / godot-ci

Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
https://hub.docker.com/r/barichello/godot-ci
MIT License
759 stars 133 forks source link

Add deploy to Itch.io #5

Closed xuv closed 4 years ago

xuv commented 4 years ago

Hello @aBARICHELLO

This is not an issue, but a feature request. I'm submitting this especially because your docker image is so popular among all the Godot docker images available. And for a good reason, it provides excellent documentation. Thanks a lot for that.

Since you already have all these excellent examples on how to deploy the HTML5 game to Git(hub|lab) Pages. Adding deployment to Itch.io would complete this set as it's one of the most popular platform for Windows, Linux and Mac indie games.

Itch.io Butler needs to be available in the docker image. Here is some inspiration on how to add it ;)

And the user would need to provide his/her own Itch.io API key.

Let me know what you think.

abarichello commented 4 years ago

Thanks for the feedback, I'll look into the butler documentation.