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

Merge branch 'red-develop' into 'red-test-sit'

Update .gitlab-ci.yml

See merge request red/red-ci-cd!7
parents 558a0548 c6fefcc3
...@@ -21,14 +21,14 @@ build dev: ...@@ -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 && $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 && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/dev/red-ci-cd && sudo docker-compose up --build -d" - 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: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_DEPTH: "1" GIT_DEPTH: "1"
script: script:
- echo "Done" - echo "Building dev environment DONE"
- echo "Done2" - echo "Closed"
...@@ -52,11 +52,11 @@ build sit: ...@@ -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 && $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 && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/sit/red-ci-cd && sudo docker-compose up --build -d" - 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: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_DEPTH: "1" GIT_DEPTH: "1"
script: script:
- echo "Done" - echo "Building SIT Environment DONE"
- echo "Done2" - echo "CLOSED"
\ No newline at end of file \ 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