Spaces:
Running
Running
Commit ·
751c10b
1
Parent(s): 821a97d
updated CI/CD pipeline
Browse files
.github/workflows/ci-cd.yml
CHANGED
|
@@ -14,7 +14,7 @@ jobs:
|
|
| 14 |
image: postgres:15
|
| 15 |
env:
|
| 16 |
POSTGRES_USER: postgres
|
| 17 |
-
POSTGRES_PASSWORD:
|
| 18 |
POSTGRES_DB: job_tracker_test
|
| 19 |
ports:
|
| 20 |
- 5432:5432
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
| 27 |
env:
|
| 28 |
DATABASE_HOSTNAME: localhost
|
| 29 |
DATABASE_PORT: 5432
|
| 30 |
-
DATABASE_PASSWORD:
|
| 31 |
DATABASE_NAME: job_tracker_test
|
| 32 |
DATABASE_USERNAME: postgres
|
| 33 |
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
|
|
|
| 14 |
image: postgres:15
|
| 15 |
env:
|
| 16 |
POSTGRES_USER: postgres
|
| 17 |
+
POSTGRES_PASSWORD: postgres
|
| 18 |
POSTGRES_DB: job_tracker_test
|
| 19 |
ports:
|
| 20 |
- 5432:5432
|
|
|
|
| 27 |
env:
|
| 28 |
DATABASE_HOSTNAME: localhost
|
| 29 |
DATABASE_PORT: 5432
|
| 30 |
+
DATABASE_PASSWORD: postgres
|
| 31 |
DATABASE_NAME: job_tracker_test
|
| 32 |
DATABASE_USERNAME: postgres
|
| 33 |
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|