Commit d0fa1e44 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change ci file

parent 299f16b7
Pipeline #7142 failed with stage
in 6 seconds
......@@ -23,8 +23,8 @@ deploy:
BRANCH: dev
before_script:
- mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
- ssh-keyscan -H 137.184.39.49 >> ~/.ssh/known_hosts
script:
- echo "GIT_REMOTE_URL=${GIT_REMOTE_URL}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment