A set of Docker Container usefull to automate build of Godot games with Woodpecker CI.

Add more documentation

Bigaston b4301260 e2ae52cc

Changed files
+4
steamci
+1
README.md
··· 26 26 ## Containers 27 27 - [discordnotification](./discordnotification/): Send a message to a Discord channel when the build is a success/fail via Discord Webhook 28 28 - [itchci](./itchci/): A container with itch.io butler already installed 29 + - [steamci](./steamci/): A plugin to help you publish your game on Steam from CI 29 30 - [godotci](./godotci/): Contains everything you need to export a Godot game (Godot and export templates in the good folder) for Windows/Linux/Web/Android
+3
steamci/README.md
··· 1 1 # SteamCI 2 + ``` 3 + ghcr.io/bigaston/steamci 4 + ``` 2 5 3 6 This is a all contained Woodpecker CI plugins that will generate the .vdf of Steam for you, and then upload your game on the specified depot. 4 7