Commit 0b6146b2 authored by John Red Medrano's avatar John Red Medrano

Update .gitlab-ci.yml

parent 897b171e
Pipeline #229 failed with stage
in 28 seconds
...@@ -16,6 +16,7 @@ build api: ...@@ -16,6 +16,7 @@ build api:
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $dockerfile" - ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $dockerfile"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $testenv" - ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $testenv"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $TIRdevINI" - ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && $TIRdevINI"
- ssh -tt centos@13.251.192.208 "cd /var/www/gitlab_variable_red/red-ci-cd && sudo docker-compose up --build -d"
variables: variables:
GIT_STRATEGY: clone GIT_STRATEGY: clone
......
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