Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
ab106859
Commit
ab106859
authored
Sep 14, 2021
by
Fotis Paraskevopoulos
Browse files
MOR-104 adding sync.cfg and deployment to CI
parent
d48c3008
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ab106859
...
...
@@ -88,3 +88,19 @@ deploy:amq-message-java-library:
-
build:amq-message-java-library
script
:
-
$AMQ_MESSAGE_JAVA_LIBRARY_CLI deploy
deploy:forecasting-eshybird:
stage
:
deploy
image
:
$DOCKER_DIND_IMAGE
only
:
-
master
-
morphemic-rc1.5
services
:
-
$DOCKER_DIND_SERVICE
script
:
-
cd morphemic-forecasting-eshybrid
-
docker build -t morphemic-forecasting-eshybird .
-
docker image ls
-
echo "$K8S_SECRET_DOCKER_PASSWORD" | docker login $CI_REGISTRY -u $K8S_SECRET_DOCKER_USER --password-stdin
-
docker tag morphemic-forecasting-eshybrid:latest $CI_REGISTRY_IMAGE/morphemic-forecasting-eshybrid:$CI_COMMIT_BRANCH
-
docker push $CI_REGISTRY_IMAGE/morphemic-forecasting-eshybrid:$CI_COMMIT_BRANCH
\ No newline at end of file
morphemic-forecasting-eshybrid/.gitignore
View file @
ab106859
/local
sync.cfg
sync.cfg.local
sync.cfg.production
\ No newline at end of file
morphemic-forecasting-eshybrid/Dockerfile
View file @
ab106859
...
...
@@ -19,6 +19,7 @@ RUN cd /var/lib/morphemic/ \
WORKDIR
/app
RUN
pip3
install
-r
requirements.txt
\
&&
pip3
install
-r
messaging/requirements.txt
...
...
morphemic-forecasting-eshybrid/sync.cfg
0 → 100644
View file @
ab106859
[persistence]
application=default_application
host=147.102.17.76
port=8086
username=morphemic
password=password
dbname=morphemic
path_dataset=/tmp/out/dataset-maker
[messaging]
host=147.102.17.76
port=61610
username=aaa
password=111
[listener]
id=eshybrid
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment