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

Update .gitlab-ci.yml

parent 1125a535
Pipeline #330 passed with stages
in 1 minute and 49 seconds
......@@ -7,6 +7,10 @@ stages:
- clean_build_sit
- rebuild_sit
- clean_rebuild_sit
- build_staging
- clean_build_staging
- rebuild_staging
- clean_rebuild_staging
initial_repo:
......@@ -206,10 +210,6 @@ clean_rebuild_sit:
- ssh -tt centos@13.251.192.208 "cd $root_path/sit/$repo_folder && docker-compose -f docker-compose.yml -p $var_sit_container down"
- ssh -tt centos@13.251.192.208 "sudo rm -rf $root_path/sit"
build_staging:
stage: build_staging
image: ubuntu
......
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