diff --git a/.drone.yml b/.drone.yml index 7cb86acb..077188c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,8 @@ steps: commands: - export TARGET_DIR="$${DRONE_REPO}/$${DRONE_BUILD_NUMBER}" - echo env var TARGET_DIR is set to $$TARGET_DIR + - "mkdir ~/.ssh && chmod 700 ~/.ssh" + - "echo $$PRIVATE_SSH_KEY > ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519" - nix flake new --template "git+https://git.greenbaum.cloud/dev/tritonshell?ref=main" ./tritonshell - git add tritonshell - cd tritonshell @@ -107,6 +109,6 @@ volumes: --- kind: signature -hmac: cacfa28a65b565d5dd6685b93aec56d9ca0a0e8463dd91342ac94fe853302890 +hmac: 41be6f11d14ccca5682ded65ba07a84ccd84e3dfd61cf7fa49ddbd3cb9921be3 ...