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

Adds Itch.io Butler #6

Closed xuv closed 4 years ago

xuv commented 4 years ago

Still WIP and untested the deployement so far. But I've successfully build the Docker image locally. I thought I'd submit for PR so you can have a look. This is my first docker container, so not sure I got all the things right. Also there will probably need some more explanations in the documentation to set that up properly. Let me know what you think.

abarichello commented 4 years ago

Hey there, thanks for the PR. You can edit it to a draft PR and back to a normal one when it's done if you want. This way I can be properly notified.

(Closes #5)

xuv commented 4 years ago

Thanks. I can't seem to find the option to edit it back to a draft PR. Unless, I guess I recreate the PR from scratch. Do you prefer I do this?

abarichello commented 4 years ago

It's OK, just tag me/add as a reviewer when ready.

xuv commented 4 years ago

Ok, I think it's ready. I've been using this in this repo: https://gitlab.com/polymorphcool/ormer (the deployment have worked successfully on the ci branch there)

Let me know what you think

abarichello commented 4 years ago

Just tested your PR and it worked OK. Thanks for the contribution!