From 82e1ae63c318c05cd931f8ac682f683861e0b921 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Sat, 8 Feb 2025 19:09:37 -0600 Subject: [PATCH] Add godot CI pipeline template. --- templates/godot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/godot.yml diff --git a/templates/godot.yml b/templates/godot.yml new file mode 100644 index 0000000..57bf3a9 --- /dev/null +++ b/templates/godot.yml @@ -0,0 +1,17 @@ +labels: + platform: linux/amd64 + backend: docker + +steps: + export: + image: godot + settings: + export_template: Windows Desktop + target: ${CI_REPO_NAME}.exe + deploy: + image: goat-deploy-plugin + settings: + source: ${CI_REPO_NAME}.exe + target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}.exe + key: + from_secret: deploy_key