summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCrystal <crystal@wizard.tower>2024-04-19 19:32:32 +0100
committerCrystal <crystal@wizard.tower>2024-04-19 19:32:32 +0100
commit06d402d3b487578e4d7a5b91533b8556d5e38538 (patch)
tree480a2769e934a17fbe1200045a4bc2160465851f
parent820501046e9e899249fa0d53342f918ee4cdd006 (diff)
downloadwww-06d402d3b487578e4d7a5b91533b8556d5e38538.tar.gz
drone.yml update N⁰2 and 3/2
-rw-r--r--.drone.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.drone.yml b/.drone.yml
index 6af0120..03eb6d3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,13 +14,6 @@ steps:
       - 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
-      - eval "$(ssh-agent -s)"  # Start SSH agent
-
-      # Add the private key to the agent securely
-      - ssh-add /tmp/drone_key
 
       # Replace with actual server details (host, username, command)
       - ssh crystal@tilde.institute -i /tmp/drone_key "touch hello_im_emu"
-
-      # Clean up after use
-      - rm -f /tmp/drone_key  # Remove temporary key file