Use separate workflows for exe and web export.
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-25 13:21:28 -05:00
parent 7811a9e1a2
commit 3a0b649ca5
2 changed files with 17 additions and 13 deletions
+17
View File
@@ -0,0 +1,17 @@
labels:
platform: linux/amd64
backend: docker
steps:
export-web:
image: godot
settings:
export_template: Web
target: web/index.html
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