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

CI/CD => Manually start SSH agent

parent e751ccdb
Branches
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ 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
- eval `ssh-agent -s`
- ssh-add -k id_rsa
- DOCKER_HOST="ssh://${SSH_USER}@${SSH_HOST}" ./infra --run
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment