godot-html-js-int-demo/.drone.yml

32 lines
635 B
YAML

---
kind: pipeline
type: docker
name: godot-html-js-int-demo
steps:
- name: build-game
image: barichello/godot-ci:3.2
commands:
- godot -v --export "HTML5" /export/index.html
volumes:
- name: game_export
path: /export
- name: upload-site
image: minio/mc
environment:
MC_HOST_linode:
from_secret: linode-obj-host
commands:
- mc cp --recursive /godot-html-js-integration-demo linode/games-birch-tree-net
volumes:
- name: game_export
path: /godot-html-js-integration-demo
depends:
- build-game
volumes:
- name: game_export
temp: {}