help me with this trash
This commit is contained in:
parent
d675fd7c80
commit
36c67c053f
|
@ -25,8 +25,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /root/.ssh/
|
mkdir -p /root/.ssh/
|
||||||
touch /root/.ssh/config
|
touch /root/.ssh/config
|
||||||
echo $SSH_KEY > /root/.ssh/id_rsa
|
echo '$SSH_KEY' > /root/.ssh/id_rsa
|
||||||
chmod 600 /root/.ssh/id_rsa
|
chmod 700 /root/.ssh/id_rsa
|
||||||
|
|
||||||
cat >> /root/.ssh/config <<END
|
cat >> /root/.ssh/config <<END
|
||||||
Host staging
|
Host staging
|
||||||
|
|
Loading…
Reference in New Issue