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