fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 13:46:39 +01:00
parent 02c36a0395
commit 3ca58fc4b4

View File

@ -46,6 +46,9 @@ deploy:
DB_USERNAME: $DB_USERNAME DB_USERNAME: $DB_USERNAME
DB_PASSWORD: $DB_PASSWORD DB_PASSWORD: $DB_PASSWORD
EVIRONMENT: ENVIRONMENT=test EVIRONMENT: ENVIRONMENT=test
DB_HOST: $DB_HOST
DB_PORT: $DB_PORT
DB_NAME: $DB_NAME
script: script:
- echo "Updating repository..." - echo "Updating repository..."
- git pull origin main # Update the repository with the latest code - git pull origin main # Update the repository with the latest code