Skip to content
Snippets Groups Projects
Commit 7c358854 authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Add known_hosts file

parent feda29d6
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,9 @@ deploy:
- apk add bash
- curl --silent "https://gitlab.com/gitlab-org/incubation-engineering/mobile-devops/download-secure-files/-/raw/main/installer" | bash
- mv env .env
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- mv known_hosts ~/.ssh/known_hosts
- chmod 600 id_rsa
- eval `ssh-agent -s`
- ssh-add -k id_rsa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment