19 lines
462 B
YAML
19 lines
462 B
YAML
labels:
|
|
platform: linux/amd64
|
|
backend: docker
|
|
|
|
steps:
|
|
export-web:
|
|
image: godot
|
|
settings:
|
|
export_template: Web
|
|
target: web/index.html
|
|
deploy-web:
|
|
image: goat-deploy-plugin
|
|
settings:
|
|
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
|