Skip to content

Commit

Permalink
fix: secret환경변수 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
sooieese00 committed Sep 13, 2024
1 parent 52439a8 commit bd0df6b
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,23 @@ jobs:
start: npm start
env:
- name: KAKAO_ID
secret: kakaosecret
secret: KAKAO_ID
- name: COOKIE_SECRET
secret: cookiesecret
secret: COOKIE_SECRET
- name: PORT
value: "3000"
- name: JWT_SECRET
secret: jwtsecret
secret: JWT_SECRET
- name: DB_HOST
secret: DB_HOST
- name: DB_NAME
secret: DB_NAME
- name: DB_USER
secret: DB_USER
- name: DB_PASSWORD
secret: DB_PASSWORD
- name: DB_PORT
secret: DB_PORT
buildenv: []
context:
git:
Expand Down

0 comments on commit bd0df6b

Please sign in to comment.