Skip to content

Commit 8c300fa

Browse files
authored
Merge pull request #356 from depromeet/develop
Deploy : 운영 배포
2 parents bd24ac0 + 7e81265 commit 8c300fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prod-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ jobs:
9696
rm -rf .env
9797
9898
cat <<EOF > .env
99+
COHORT_VALUE=${{ secrets.PROD_COHORT_VALUE }}
99100
SPRING_PROFILES_ACTIVE=prod
100101
PROD_DB_HOST=${{ secrets.PROD_DB_HOST }}
101102
PROD_DB_PORT=${{ secrets.PROD_DB_PORT }}

0 commit comments

Comments
 (0)