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

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

adapted docker compose file to pull correct image and added deploy command

parent 46c7ff5d
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -141,5 +141,5 @@ deploy:
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script:
- echo "Hello world"
# - "rsync -a --progress ./server/ blockly@stair-lab.uibk.ac.at:/var/www/ros-blockly/server"
- ssh contDeploy@codeability-austria -p 1022 -f "(cd /home/michael/gitsearch/src/main/docker/; GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` COMMIT_ID=`git rev-parse HEAD` SPRING_PROFILES_ACTIVE=staging,swagger docker-compose -f gitsearch.yml up -d --no-deps --build gitsearch-app)"
when: manual
......@@ -2,7 +2,8 @@ version: '3.5'
services:
gitsearch-app:
# image: docker.uibk.ac.at:443/csar9407/gitsearch:staging-3c2e4895e32dd72aa90f64d7ec7584d656f4d18b
image: gitsearch:latest
# image: gitsearch:latest
image: sharing-codeability.uibk.ac.at:5051/sharing/codeability-sharing-platform
container_name: sharing_search
environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m
......
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