This commit is contained in:
bniwredyc 2023-05-14 13:28:12 +02:00
parent 2bf1ecf323
commit 514beeae27

View File

@ -18,7 +18,9 @@ jobs:
mkdir ~/.ssh
echo "$HOST_KEY" > ~/.ssh/known_hosts
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
echo "TEST 1"
cat ~/.ssh/known_hosts
echo "TEST 2"
chmod 0400 ~/.ssh/id_rsa
git remote add dokku dokku@v2.discours.io:discoursio-api
git push dokku HEAD:main