help me with this trash

This commit is contained in:
Kim 2023-11-06 10:29:55 +01:00
parent d675fd7c80
commit 36c67c053f
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ jobs:
run: |
mkdir -p /root/.ssh/
touch /root/.ssh/config
echo $SSH_KEY > /root/.ssh/id_rsa
chmod 600 /root/.ssh/id_rsa
echo '$SSH_KEY' > /root/.ssh/id_rsa
chmod 700 /root/.ssh/id_rsa
cat >> /root/.ssh/config <<END
Host staging