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