Files
yagigreg 430bfb7e8e
ci/woodpecker/push/woodpecker Pipeline was successful
Update workflow templates again
2026-04-25 14:14:43 -05:00

19 lines
513 B
YAML

labels:
platform: linux/amd64
backend: docker
steps:
export-exe:
image: godot
settings:
export_template: Windows Desktop
target: ${CI_REPO_NAME}.exe
deploy-exe:
image: goat-deploy-plugin
settings:
source: ${CI_REPO_NAME}.exe
pre: mkdir -p ~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}
target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_COMMIT_BRANCH}/${CI_REPO_NAME}.exe
key:
from_secret: deploy_key