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
@@ -8,12 +8,6 @@ steps:
settings: settings:
export_template: Windows Desktop export_template: Windows Desktop
target: ${CI_REPO_NAME}.exe target: ${CI_REPO_NAME}.exe
export-web:
image: godot
settings:
export_template: Web
target: web/index.html
deploy-exe: deploy-exe:
image: goat-deploy-plugin image: goat-deploy-plugin
settings: settings:
@@ -21,10 +15,3 @@ steps:
target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}.exe target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}.exe
key: key:
from_secret: deploy_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
+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