Attempt to resolve issue with mc cp in drone ci.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
fbdc28a65d
commit
931b86bdf0
|
@ -18,10 +18,10 @@ steps:
|
||||||
MC_HOST_linode:
|
MC_HOST_linode:
|
||||||
from_secret: linode-obj-host
|
from_secret: linode-obj-host
|
||||||
commands:
|
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:
|
volumes:
|
||||||
- name: game_export
|
- name: game_export
|
||||||
path: /export
|
path: /godot-html-js-integration-demo
|
||||||
depends:
|
depends:
|
||||||
- build-game
|
- build-game
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue