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

19 lines
462 B
YAML

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/*
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}
key:
from_secret: deploy_key