fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 13:31:27 +01:00
parent 6804d0c406
commit 02c36a0395

View File

@ -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