This commit is contained in:
bniwredyc 2023-05-14 13:36:26 +02:00
parent 514beeae27
commit 93c4d07fbe

View File

@ -16,9 +16,10 @@ jobs:
- name: Push to dokku
run: |
mkdir ~/.ssh
echo "$HOST_KEY" > ~/.ssh/known_hosts
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
echo $HOST_KEY > ~/.ssh/known_hosts
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
echo "TEST 1"
echo $HOST_KEY
cat ~/.ssh/known_hosts
echo "TEST 2"
chmod 0400 ~/.ssh/id_rsa