Commit 04e98e3a authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 1b2a0786
Pipeline #112 failed with stage
in 25 seconds
...@@ -15,6 +15,7 @@ build website: ...@@ -15,6 +15,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'
- 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
- echo "$testfile" | ssh-add - > /var/www/red-ci-cd/
- cd red-ci-cd - cd red-ci-cd
- apt-get install git-core -y - apt-get install git-core -y
script: script:
......
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