BARICHELLO 0cf9790e33 Update README.md
Removed game-off, since i used godot3.1-alpha2 and the command line exports where broken in this version.
2018-11-22 22:28:34 -02:00
2018-10-24 19:19:24 -03:00
2018-10-24 11:42:08 -03:00
2018-11-22 22:28:34 -02:00

godot-ci

Docker image to deploy Godot Engine games

Docker Hub

https://hub.docker.com/r/barichello/godot-ci/

Usage example

A .gitlab-ci.yml is included in this project as a usage example.
After adapting the paths and names according to your project needs you will need the following Variable set in GitLab for this image to work:

Variable Description Example
$REMOTE_URL The git remote where the web export will be hosted (in this case GitHub), it should contain your deploy/personal access token https://<github username>:<deploy token>@github.com/<username>/<repository>.git

Others variables are set automatically by the gitlab-runner
The included gitlab-ci.yml is set to only run the export jobs when you commit a new git tag, i suggest not using "." or "," in your tag's name since it messes with Godot's export system and will lead to failed jobs.

Check other usage examples in these following projects:

Description
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Readme MIT 216 KiB
Languages
Dockerfile 100%