Commit cecd9ad8 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 9115faaa
Pipeline #147 passed with stage
in 40 seconds
...@@ -12,7 +12,7 @@ build website: ...@@ -12,7 +12,7 @@ build website:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- apt-get install git-core -y - apt-get install git-core -y
- ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/testred" - ssh -tt centos@13.251.192.208 "sudo mkdir /var/www/testred"
- ssh -tt centos@13.251.192.208 "cd /var/www/testred && sudo git clone http://red:password123@54.169.104.100:27015/red/red-ci-cd.git -b RMS.v2.2 && sudo $testfile > wow.txt" - ssh -tt centos@13.251.192.208 "cd /var/www/testred && sudo git clone http://tir:Qwerty1234@54.169.104.100:27015/rms/Backend/api-main-service.git -b RMS.v2.2"
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
......
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