fixing bugs with ci pipeline
This commit is contained in:
parent
6804d0c406
commit
02c36a0395
@ -42,6 +42,10 @@ deploy:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
variables:
|
||||||
|
DB_USERNAME: $DB_USERNAME
|
||||||
|
DB_PASSWORD: $DB_PASSWORD
|
||||||
|
EVIRONMENT: ENVIRONMENT=test
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user