diff options
author | Crystal <crystal@wizard.tower> | 2024-04-19 19:33:47 +0100 |
---|---|---|
committer | Crystal <crystal@wizard.tower> | 2024-04-19 19:33:47 +0100 |
commit | 2c95dd5c9d5cf4f893e6829d9233d28ae34b4220 (patch) | |
tree | c365f938c5491646c3f47755184b89dc74db2c3f | |
parent | 06d402d3b487578e4d7a5b91533b8556d5e38538 (diff) | |
download | www-2c95dd5c9d5cf4f893e6829d9233d28ae34b4220.tar.gz |
drone.yml update N⁰2 and 3/2
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 03eb6d3..12e2c42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,8 @@ steps: from_secret: SSH_KEY_SECRET commands: # Ensure key data is not accidentally logged + - apk update + - apk install openssh - echo "$KEY_DATA" | tr -d '\r' > /tmp/drone_key # Remove carriage returns (if any) and store in temp file - chmod 600 /tmp/drone_key # Set strict permissions |