Merge branch 'chores_10_03_2023' into 'main'

ci fix

See merge request discoursio/discoursio-webapp!78
This commit is contained in:
Igor 2023-05-09 23:32:04 +00:00
commit b892cf7171

View File

@ -14,6 +14,7 @@ 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