Commit 7189864e authored by wyykak's avatar wyykak

Update .gitlab-ci.yml

parent 0429cd8f
Pipeline #24428 passed with stage
in 8 seconds
......@@ -12,6 +12,6 @@ deploy_to_server:
- ssh-keyscan 10.198.6.216 >> ~/.ssh/known_hosts
- echo $WYYKAK_SSH_KEY | base64 --decode > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/*
- ssh root@10.198.6.216 "cd auto_deploy_tool; ./deploy.sh"
- ssh root@10.198.6.216 "cd auto_deploy_tool; flock deploying.lock -c \"./deploy.sh\""
only:
- master
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