Skip to content

Commit 9b9c57f

Browse files
authored
Update action.yml
1 parent e5765ea commit 9b9c57f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/deploy/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ runs:
2727
using: "composite"
2828
steps:
2929
- run: |
30+
echo $SSHKEY
3031
sudo apt install openssh-client
3132
sudo apt-get install python3-pip
3233
pip install docker-compose==1.23.2
3334
eval $(ssh-agent -s)
34-
echo "${SSHKEY}" | tr -d '\r' | ssh-add - > /dev/null
35+
echo "$SSHKEY" | tr -d '\r' | ssh-add - > /dev/null
3536
mkdir -p ~/.ssh
3637
chmod 700 ~/.ssh
3738
ssh-keyscan $SERVER >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)