Skip to content
Snippets Groups Projects
Commit 0593adb0 authored by Martin Weise's avatar Martin Weise
Browse files

added first (soft) deployment with registry on the Gitlab Runner server

parent 1b9ffea1
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ deploy: ...@@ -54,6 +54,9 @@ deploy:
- docker push $CI_REGISTRY/fda-table-service:latest - docker push $CI_REGISTRY/fda-table-service:latest
- docker build -t $CI_REGISTRY/fda-ui:latest ./fda-ui - docker build -t $CI_REGISTRY/fda-ui:latest ./fda-ui
- docker push $CI_REGISTRY/fda-ui:latest - docker push $CI_REGISTRY/fda-ui:latest
only:
- dev
- master
production: production:
stage: production stage: production
......
# FAIR Data Austria Services # FAIR Data Austria Services
## Build ## Install
Pull the latest dev/master images on your client through:
Get the latest version of the fda-services repository and pull the submodule changes: ```bash
docker login https://docker.martinweise.at
> Username: fda
> Password: fda-docker
```
```bash ```bash
git submodule update --init --recursive docker pull docker.martinweise.at/fda-analyse-service
docker pull docker.martinweise.at/fda-discovery-server
docker pull docker.martinweise.at/fda-gateway-service
docker pull docker.martinweise.at/fda-database-managing-service
docker pull docker.martinweise.at/fda-container-managing-service
docker pull docker.martinweise.at/fda-query-service
docker pull docker.martinweise.at/fda-table-service
docker pull docker.martinweise.at/fda-ui
``` ```
## Build
Everything is handled by compose, just build it by running: Everything is handled by compose, just build it by running:
```bash ```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment