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

Update .gitlab-ci.yml

parent a876eb55
Pipeline #114 passed with stage
in 37 seconds
...@@ -13,10 +13,10 @@ build website: ...@@ -13,10 +13,10 @@ build website:
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsa - echo "$CENTOS_SERVER" | ssh-add - > ~/.ssh/id_rsa
- '[[ -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
script:
- ssh -tt centos@13.251.192.208 " cd /var/www/ " - ssh -tt centos@13.251.192.208 " cd /var/www/ "
- mkdir red-ci-cd - mkdir red-ci-cd
- cd red-ci-cd - cd red-ci-cd
- echo "$testfile" - echo "$testfile"
- apt-get install git-core -y
script:
- git checkout -B RMS.v2.2 - 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