ci: add upload artifacts step

This commit is contained in:
teutat3s 2022-08-24 22:09:27 +02:00
parent 4501aa1317
commit 771199f2ba
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -44,7 +44,7 @@ steps:
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
- echo env var TARGET_DIR is set to $$TARGET_DIR
- "mkdir ~/.ssh && chmod 700 ~/.ssh"
- "echo -n $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519"
- "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519"
- eval "$(/run/current-system/sw/bin/ssh-agent)"
- /run/current-system/sw/bin/ssh-add ~/.ssh/id_ed25519
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
@ -111,6 +111,6 @@ volumes:
---
kind: signature
hmac: 4f59769b2ae1edd0386bfaeaf12893242c859b6173b55c5203d2f0cb56edee17
hmac: e324e5ec70a901dd262576252e6f661bdd608d91445693ab3043f4f13f682b87
...