From e1725c08b9a9cf9946213ff699a08f2d6b6cb159 Mon Sep 17 00:00:00 2001 From: hw Date: Sat, 15 Jan 2022 00:59:07 -0500 Subject: [PATCH] feat: try without adding a SSH key --- deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 4d7251c..39c84cb 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -eval $(ssh-agent -s) -echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - # Copy known hosts into the SSH config. mkdir -p ~/.ssh && chmod 0700 ~/.ssh cat ${GITHUB_ACTION_PATH}/known_hosts >> ~/.ssh/known_hosts