test
This commit is contained in:
parent
913766e0d3
commit
4ad37582b0
7
.github/workflows/deply.yml
vendored
7
.github/workflows/deply.yml
vendored
|
@ -21,11 +21,6 @@ jobs:
|
|||
env:
|
||||
HOST_KEY: ${{ secrets.HOST_KEY }}
|
||||
run: |
|
||||
# mkdir ~/.ssh
|
||||
echo $HOST_KEY > ~/.ssh/known_hosts
|
||||
# echo $SSH_PRIVATE_KEY > ~/.ssh/id_rsa
|
||||
# openssl rsa -in ~/.ssh/id_rsa -check
|
||||
# chmod 600 ~/.ssh/id_rsa
|
||||
git config --global core.sshCommand "ssh -vvv"
|
||||
# echo $HOST_KEY > ~/.ssh/known_hosts
|
||||
git remote add dokku dokku@v2.discours.io:discoursio-api
|
||||
git push dokku HEAD:main
|
||||
|
|
Loading…
Reference in New Issue
Block a user