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

Update .gitlab-ci.yml

parent a14690a9
Pipeline #160 passed with stage
in 5 minutes and 19 seconds
......@@ -39,7 +39,7 @@ build web:
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- apt-get install git-core -y
- ssh -tt centos@13.251.192.208 "cd /var/www/testred && sudo git clone http://tir:Qwerty1234@54.169.104.100:27015/rms/frontend/web.git -b red-test"
- ssh -tt centos@13.251.192.208 "sudo cp /var/www/testred/api-main-service/docker-compose.yml.template /var/www/testred/web/docker-compose.yml"
- ssh -tt centos@13.251.192.208 "sudo cp /var/www/testred/web/docker-compose.yml.template /var/www/testred/web/docker-compose.yml"
- ssh -tt centos@13.251.192.208 "sudo cp /var/www/testred/web/Dockerfile.template /var/www/testred/web/Dockerfile"
- ssh -tt centos@13.251.192.208 "sudo cp /var/www/testred/web/nuxt.env.json.demo.template /var/www/testred/web/nuxt.env.json"
- ssh -tt centos@13.251.192.208 "sudo cp /var/www/testred/web/full-api-redeploy.sh.template /var/www/testred/web/full-api-redeploy.sh"
......
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