Commit aac54f5d authored by wyykak's avatar wyykak

Update .gitlab-ci.yml

parent 7b595efc
Pipeline #27932 passed with stage
in 6 seconds
......@@ -7,7 +7,7 @@ deploy_to_server:
tags:
- linux
script:
- mkdir ~/.ssh
- mkdir ~/.ssh || true
- chmod 700 ~/.ssh
- ssh-keyscan 10.198.6.216 >> ~/.ssh/known_hosts
- echo $WYYKAK_SSH_KEY | base64 --decode > ~/.ssh/id_rsa
......
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