This commit is contained in:
bniwredyc 2023-05-14 13:44:55 +02:00
parent 0a06e47b29
commit 82634a4af8

View File

@ -21,6 +21,6 @@ jobs:
mkdir ~/.ssh
echo $HOST_KEY > ~/.ssh/known_hosts
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
chmod 0400 ~/.ssh/id_rsa
cat ~/.ssh/id_rsa
git remote add dokku dokku@v2.discours.io:discoursio-api
git push dokku HEAD:main