From 3630b7b70270844c091675c5e17a5726d8dbf578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20DA=20ROCHA?= <sebastien@da-rocha.net> Date: Wed, 24 Mar 2021 18:01:33 +0100 Subject: [PATCH] Fix CI --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab00ebf..3ae7f79 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build_development: script: - export TAG=dev - export POSTGRES_PORT=5436 - - export CREDITS_SERVICE_BIND_PORT=3005 + - export POSTGRES_SERVICE_BIND_PORT=3005 - docker-compose build - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker-compose push @@ -49,7 +49,7 @@ build_release: script: - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g') - export POSTGRES_PORT=5436 - - export CREDITS_SERVICE_BIND_PORT=3005 + - export POSTGRES_SERVICE_BIND_PORT=3005 - docker-compose build - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker-compose push diff --git a/README.md b/README.md index 7519824..e5cbaee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Credits service +# Postgresql service ## Installation -- GitLab