From 430bfb7e8eaa2948a8ef5dcbac71fd222979b3d3 Mon Sep 17 00:00:00 2001 From: Gregory Marco Date: Sat, 25 Apr 2026 14:14:43 -0500 Subject: [PATCH] Update workflow templates again --- templates/godot/exe.yml | 3 ++- templates/godot/web.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/godot/exe.yml b/templates/godot/exe.yml index 28037e1..ea55f17 100644 --- a/templates/godot/exe.yml +++ b/templates/godot/exe.yml @@ -12,6 +12,7 @@ steps: 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 + 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 diff --git a/templates/godot/web.yml b/templates/godot/web.yml index 5215369..b742690 100644 --- a/templates/godot/web.yml +++ b/templates/godot/web.yml @@ -11,7 +11,8 @@ steps: 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 + 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