ci: add upload artifacts step
This commit is contained in:
parent
061e9f8009
commit
d786e66467
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ steps:
|
||||||
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
|
- export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}"
|
||||||
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
- echo env var TARGET_DIR is set to $$TARGET_DIR
|
||||||
- "mkdir ~/.ssh && chmod 700 ~/.ssh"
|
- "mkdir ~/.ssh && chmod 700 ~/.ssh"
|
||||||
- "echo $$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)"
|
- eval "$(/run/current-system/sw/bin/ssh-agent)"
|
||||||
- /run/current-system/sw/bin/ssh-add ~/.ssh/id_ed25519
|
- /run/current-system/sw/bin/ssh-add ~/.ssh/id_ed25519
|
||||||
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
|
- nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell
|
||||||
|
@ -116,6 +116,6 @@ data: cSWd6rIg8Z51hD+KMenYPX669qb6PWdh9V80Z1YpED68Ffoy73tWEoBjEs2pKUJpcL8qGxMjj5
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6fb9e65c20cfcad0f2c354b152bf5d92e75ae6ac1ba783310b0d7cb4b1feb39e
|
hmac: 5cbd1354b408875cf235d86cc5b98e109609106237a1337a130391cbf5cd9355
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Add table
Reference in a new issue