18 lines
399 B
YAML
18 lines
399 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
|
|
target: goat@oryx.egg:~/private.nanoyagi.com/${CI_REPO_NAME}/${CI_REPO_NAME}-${CI_COMMIT_BRANCH}-web
|
|
key:
|
|
from_secret: deploy_key
|