Update godot ci template to include web export/deploy.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-25 13:15:20 -05:00
parent 15a255f324
commit 7811a9e1a2
+15 -2
View File
@@ -3,15 +3,28 @@ labels:
backend: docker
steps:
export:
export-exe:
image: godot
settings:
export_template: Windows Desktop
target: ${CI_REPO_NAME}.exe
deploy:
export-web:
image: godot
settings:
export_template: Web
target: web/index.html
deploy-exe:
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
deploy-web:
image: goat-deploy-plugin
settings:
source: web
target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}-web
key:
from_secret: deploy_key