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

Update .gitlab-ci.yml

parent 558a0548
Pipeline #248 passed with stage
in 1 minute and 47 seconds
......@@ -21,14 +21,14 @@ build dev:
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/dev/red-ci-cd && $testenv"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/dev/red-ci-cd && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/dev/red-ci-cd && sudo docker-compose up --build -d"
- echo "wow"
- echo "building dev environment for red test ci cd"
variables:
GIT_STRATEGY: clone
GIT_DEPTH: "1"
script:
- echo "Done"
- echo "Done2"
- echo "Building dev environment DONE"
- echo "Closed"
......@@ -52,11 +52,11 @@ build sit:
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/sit/red-ci-cd && $testenv"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/sit/red-ci-cd && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/sit/red-ci-cd && sudo docker-compose up --build -d"
- echo "it must create a new directory"
- echo "building sit environment for red test ci cd"
variables:
GIT_STRATEGY: clone
GIT_DEPTH: "1"
script:
- echo "Done"
- echo "Done2"
\ No newline at end of file
- echo "Building SIT Environment DONE"
- echo "CLOSED"
\ No newline at end of file
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