summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCrystal <crystal@wizard.tower>2024-04-19 19:31:01 +0100
committerCrystal <crystal@wizard.tower>2024-04-19 19:31:01 +0100
commit820501046e9e899249fa0d53342f918ee4cdd006 (patch)
tree491ddafd0a882930ed5b5b481b75557b547a8f61
parent62dba9d43a45cab78d18322961bc9c5c496646f3 (diff)
downloadwww-820501046e9e899249fa0d53342f918ee4cdd006.tar.gz
drone.yml update N⁰2 and 1/2
-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