fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 14:02:28 +01:00
parent 3ca58fc4b4
commit cd13b16f0b

View File

@ -43,12 +43,7 @@ deploy:
only:
- main
variables:
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