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

Update .gitlab-ci.yml

parent a5553c57
Pipeline #116 passed with stage
in 38 seconds
......@@ -15,5 +15,7 @@ build website:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- apt-get install git-core -y
script:
- ssh -tt centos@13.251.192.208 " cd /var/www/ & mkdir red-ci-cd & cd red-ci-cd & echo $testfile"
- ssh -tt centos@13.251.192.208 "mkdir /var/www/red-ci-cd & cd red-ci-cd & echo $testfile"
- ssh -tt centos@13.251.192.208 "cd red-ci-cd"
- ssh -tt centos@13.251.192.208 "echo $testfile"
- git checkout -B RMS.v2.2
\ No newline at end of file
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