Skip to content
Snippets Groups Projects
Commit 59a0a520 authored by Alexandre Gravereaux's avatar Alexandre Gravereaux
Browse files

fix-deploy-12

parent 65af78b6
No related branches found
No related tags found
No related merge requests found
Pipeline #53974 failed
......@@ -47,8 +47,7 @@ deploy:
SSH_KEY: "$SSH_PRIVATE_KEY"
DOMAIN: 138.195.139.69
before_script:
- 'which ssh-agent || ( apt update && apt install openssh-client )'
- echo $CI_RUNNER_DESCRIPTION
- 'which ssh-agent || ( apk update && apk add openssh-client )'
- mkdir -p ~/.ssh
- echo "$SSH_KEY" | tr -d '\n' > ~/.ssh/id_ed25519
- chmod 600 -R ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment