--- 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 /export/* linode/games-birch-tree-net/godot-html-js-integration-demo volumes: - name: game_export path: /export depends: - build-game volumes: - name: game_export temp: {}