Below you will find pages that utilize the taxonomy term “CI/CD”
Postsread more
Continuous Delivery for Godot on Itch.io
Intro
A software delivery process usually consists on a sequence of tasks that, while varying depending on the type of software, may include compiling an optimized release version and/or a packaged version of the application, server configuration, deploying binaries to that server, and several others.
And it doesn’t have to be any different for games. In this article I will show the solution I currently use to setup a continuous integration and delivery pipeline for Godot games using Github Actions for deploying directly to itch.io.