From 3ca58fc4b4150024762ee5676787745fb881086b Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:46:39 +0100 Subject: [PATCH] fixing bugs with ci pipeline --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38caaf6..f83027d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,9 @@ deploy: DB_USERNAME: $DB_USERNAME DB_PASSWORD: $DB_PASSWORD EVIRONMENT: ENVIRONMENT=test + DB_HOST: $DB_HOST + DB_PORT: $DB_PORT + DB_NAME: $DB_NAME script: - echo "Updating repository..." - git pull origin main # Update the repository with the latest code