Skip to content
Snippets Groups Projects
Commit 6674ca65 authored by Pierre Dittgen's avatar Pierre Dittgen
Browse files

Add deploy stage

parent 050d693e
No related branches found
No related tags found
1 merge request!8Draft: Generate dashboard
Pipeline #225271 failed with stage
in 8 seconds
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
stages:
- configure
- deploy
Configure fetchers:
stage: configure
......@@ -24,3 +25,25 @@ Configure fetchers:
echo "Configuring fetcher for provider ${provider_slug}"
dbnomics-fetchers -v configure $provider_slug
done
Pages:
stage: deploy
image:
name: git.nomics.world:4567/dbnomics/dbnomics-dashboard:v1.0
entrypoint: [""]
variables:
FETCHERS_YML: fetchers.yml
GITLAB_BASE_URL: https://git.nomics.world
GRAFANA_DASHBOARD_URL: https://git.nomics.world/-/grafana/d/CjF6WPZMz/fetcher-pipelines-on-k8s
UI_BASE_URL: https://db.nomics.world
SOLR_URL: https://solr.db.nomics.world/solr/dbnomics
NB_DATA_MODEL_JOBS: "1000"
NB_INDEXER_JOBS: "1000"
resource_group: dashboard
before_script:
- mkdir public
script:
- python generate-dashboard.py > public/index.html
artifacts:
paths:
- public/
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