test
This commit is contained in:
parent
9ef21c8bbe
commit
2bf1ecf323
1
.github/workflows/deply.yml
vendored
1
.github/workflows/deply.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
mkdir ~/.ssh
|
||||
echo "$HOST_KEY" > ~/.ssh/known_hosts
|
||||
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||
cat ~/.ssh/known_hosts
|
||||
chmod 0400 ~/.ssh/id_rsa
|
||||
git remote add dokku dokku@v2.discours.io:discoursio-api
|
||||
git push dokku HEAD:main
|
||||
|
|
Loading…
Reference in New Issue
Block a user