Update workflow templates again
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-25 14:14:43 -05:00
parent 3a0b649ca5
commit 430bfb7e8e
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -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
+3 -2
View File
@@ -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