This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 59ef7c55 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

testing deployment

parent 350ae18a
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -174,7 +174,7 @@ deploy: ...@@ -174,7 +174,7 @@ deploy:
REGISTRY_URL: sharing-codeability.uibk.ac.at:5051 REGISTRY_URL: sharing-codeability.uibk.ac.at:5051
IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform/gitsearch/$CI_COMMIT_REF_NAME IMAGE_TAG: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform/gitsearch/$CI_COMMIT_REF_NAME
script: script:
- ssh contDeploy@codeability-austria -p 1022 cd gitsearch2/codeability-sharing-platform && git checkout $CI_COMMIT_REF_NAME && git pull && cd src/main/docker/ && docker pull $IMAGE_TAG && GIT_BRANCH=$CI_COMMIT_REF_NAME COMMIT_ID=`git rev-parse HEAD` SPRING_PROFILES_ACTIVE=staging,swagger docker-compose -f gitsearch.yml up -d --no-deps --build --force-recreate gitsearch-app && exit" - ssh contDeploy@codeability-austria -p 1022 "cd gitsearch2/codeability-sharing-platform && git checkout $CI_COMMIT_REF_NAME && git pull && cd src/main/docker/ && docker pull $IMAGE_TAG && GIT_BRANCH=$CI_COMMIT_REF_NAME COMMIT_ID=`git rev-parse HEAD` SPRING_PROFILES_ACTIVE=staging,swagger docker-compose -f gitsearch.yml up -d --no-deps --build --force-recreate gitsearch-app && exit"
when: always when: always
# e2e-test: # e2e-test:
# stage: e2e # stage: e2e
......
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