ci: add upload artifacts step

This commit is contained in:
teutat3s 2022-08-14 22:15:04 +02:00
parent 9e675c9aec
commit cd3b4913f1
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -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
...