diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25b985a..38caaf6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,10 @@ deploy: stage: deploy only: - main + variables: + DB_USERNAME: $DB_USERNAME + DB_PASSWORD: $DB_PASSWORD + EVIRONMENT: ENVIRONMENT=test script: - echo "Updating repository..." - git pull origin main # Update the repository with the latest code