Merge branch 'chores_10_03_2023' into 'main'

ci fix

See merge request discoursio/discoursio-webapp!77
This commit is contained in:
Igor 2023-05-09 23:25:28 +00:00
commit e6a89993ff

View File

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