This commit is contained in:
@@ -12,6 +12,7 @@ steps:
|
|||||||
image: goat-deploy-plugin
|
image: goat-deploy-plugin
|
||||||
settings:
|
settings:
|
||||||
source: ${CI_REPO_NAME}.exe
|
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:
|
key:
|
||||||
from_secret: deploy_key
|
from_secret: deploy_key
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ steps:
|
|||||||
deploy-web:
|
deploy-web:
|
||||||
image: goat-deploy-plugin
|
image: goat-deploy-plugin
|
||||||
settings:
|
settings:
|
||||||
source: web
|
source: web/*
|
||||||
target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}-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:
|
key:
|
||||||
from_secret: deploy_key
|
from_secret: deploy_key
|
||||||
|
|||||||
Reference in New Issue
Block a user