Commit 073e59b6 authored by John Red Medrano's avatar John Red Medrano

initial

parent 7ba3cdf9
Pipeline #269 failed with stages
in 56 seconds
...@@ -27,7 +27,7 @@ intial_dev: ...@@ -27,7 +27,7 @@ intial_dev:
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $dockerfile" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $dockerfile"
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $testenv" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $testenv"
- ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $TIRdevINI" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "echo $root_path/$repo_folder" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && ls"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/$repo_folder/api-main-service/docker-compose.yml down" - ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/$repo_folder/api-main-service/docker-compose.yml down"
- ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/$repo_folder/api-main-service/docker-compose.yml -p xxx_rmsv2_api_container up -d --build" - ssh -tt centos@13.251.192.208 "docker-compose -f $root_path/$repo_folder/api-main-service/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" - ssh -tt centos@13.251.192.208 "cd $root_path/$repo_folder && sudo docker-compose up --build -d"
......
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