From 931b86bdf02c7834ce4b3c8b66fedeccaeea48c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dorian=20Pu=C5=82a?= Date: Wed, 16 Dec 2020 22:41:10 -0500 Subject: [PATCH] Attempt to resolve issue with mc cp in drone ci. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0b8e3cc..55696ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,10 +18,10 @@ steps: MC_HOST_linode: from_secret: linode-obj-host commands: - - mc cp --recursive /export/* linode/games-birch-tree-net/godot-html-js-integration-demo + - mc cp --recursive /godot-html-js-integration-demo linode/games-birch-tree-net volumes: - name: game_export - path: /export + path: /godot-html-js-integration-demo depends: - build-game