From cd3b4913f1381a35c8698b0c1b24dd0e9c0006ae Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 14 Aug 2022 22:15:04 +0200 Subject: [PATCH] ci: add upload artifacts step --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1434be56..d2cf3b3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,7 @@ steps: - name: "Upload artifacts" environment: + TRITON_PROFILE: lev-1.pub.solar PRIVATE_SSH_KEY: from_secret: private_ssh_key MANTA_USER: pub_solar @@ -46,8 +47,9 @@ steps: - git add tritonshell - cd tritonshell - nix develop --command \ - "mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR} \ - && mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR}" + mput -p -f ../result/foot_wayland_info.png ~~/public/$${TARGET_DIR} + - nix develop --command \ + mput -p -f ../result/test-wayland.out ~~/public/$${TARGET_DIR} trigger: ref: @@ -107,6 +109,6 @@ volumes: --- kind: signature -hmac: c577cc77030a80a4c4aaa84389b7b7bd45a2ad4d968b7e21247ca8834912f538 +hmac: 421a6cb57a9664c8597c3e5aea3a409a3fc8043edb0c8414d9775cad1941fa4d ...