Add godot CI pipeline template.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
17
templates/godot.yml
Normal file
17
templates/godot.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
labels:
|
||||
platform: linux/amd64
|
||||
backend: docker
|
||||
|
||||
steps:
|
||||
export:
|
||||
image: godot
|
||||
settings:
|
||||
export_template: Windows Desktop
|
||||
target: ${CI_REPO_NAME}.exe
|
||||
deploy:
|
||||
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
|
||||
key:
|
||||
from_secret: deploy_key
|
||||
Reference in New Issue
Block a user