This commit is contained in:
bniwredyc 2023-05-10 01:31:17 +02:00
parent 5f81300f73
commit 74b0df14f3

View File

@ -14,6 +14,7 @@ deploy:
- main
script:
- mkdir ~/.ssh
- echo "${HOST_KEY}" > ~/.ssh/known_hosts
- echo "${SSH_PRIVATE_KEY}" > ~/.ssh/id_rsa
- chmod 0400 ~/.ssh/id_rsa
- git remote add github git@github.com:Discours/discoursio-webapp.git