test
This commit is contained in:
parent
c0428f0ca6
commit
fb28c7b191
1
.github/workflows/deply.yml
vendored
1
.github/workflows/deply.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
||||||
echo $HOST_KEY > ~/.ssh/known_hosts
|
echo $HOST_KEY > ~/.ssh/known_hosts
|
||||||
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
|
echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
openssl rsa -in ~/.ssh/id_rsa -check
|
||||||
git config --global core.sshCommand "ssh -vvv"
|
git config --global core.sshCommand "ssh -vvv"
|
||||||
git remote add dokku dokku@v2.discours.io:discoursio-api
|
git remote add dokku dokku@v2.discours.io:discoursio-api
|
||||||
git push dokku HEAD:main
|
git push dokku HEAD:main
|
||||||
|
|
Loading…
Reference in New Issue
Block a user