--- 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: drillster/drone-rsync settings: user: from_secret: ssh-username key: from_secret: ssh-key hosts: [ "birch-tree.net" ] source: /godot-html-js-integration-demo target: /srv/supply-depot/games-birch-tree-net/www recursive: true args: "--chown=www-data:www-data" volumes: - name: game_export path: /godot-html-js-integration-demo depends_on: - build-game volumes: - name: game_export temp: {}