summary refs log tree commit diff stats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 5299bf2..6af0120 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -10,7 +10,6 @@ steps:
         KEY_DATA:
             from_secret: SSH_KEY_SECRET
     commands:
-      - KEY_DATA=$(drone secret get SSH_KEY_SECRET)
       # Ensure key data is not accidentally logged
       - echo "$KEY_DATA" | tr -d '\r' > /tmp/drone_key  # Remove carriage returns (if any) and store in temp file