Commit 130d4236 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent b4bce1a5
Pipeline #276 failed with stages
in 2 minutes and 39 seconds
...@@ -30,7 +30,6 @@ intial_dev: ...@@ -30,7 +30,6 @@ intial_dev:
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && ls" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && ls"
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && docker-compose -f docker-compose.yml -p xxx_rmsv2_api_container down" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && docker-compose -f docker-compose.yml -p xxx_rmsv2_api_container down"
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && docker-compose -f docker-compose.yml -p xxx_rmsv2_api_container up -d --build" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && docker-compose -f docker-compose.yml -p xxx_rmsv2_api_container up -d --build"
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && sudo docker-compose up --build -d"
- echo "Initial dev environment for red test ci cd" - echo "Initial dev environment for red test ci cd"
- echo "Initial dev environment for red test ci cd" - echo "Initial dev environment for red test ci cd"
......
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