This commit is contained in:
bniwredyc 2023-05-10 01:24:42 +02:00
parent 9a1862b575
commit 5f81300f73

View File

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