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