Skip to content

Commit e8b2b0f

Browse files
authored
Update CICD.yml
환경변수 오타 수정
1 parent 84ad50f commit e8b2b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
DB_PASSWORD=${{ secrets.POSTGRES_PASSWORD }}
113113
REDIS_HOST=${{ secrets.REDIS_HOST }}
114114
REDIS_PORT=${{ secrets.REDIS_PORT }}
115-
POSTGRES_HOST=${POSTGRES_HOST}
115+
POSTGRES_HOST=${{ secrets.POSTGRES_HOST }}
116116
POSTGRES_PORT=5432
117117
POSTGRES_DB=${{ secrets.POSTGRES_DB }}
118118
POSTGRES_USER=${{ secrets.POSTGRES_USER }}

0 commit comments

Comments
 (0)