Skip to content

Commit

Permalink
fix(#35): feature branch deployment add to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh000526 committed Nov 12, 2024
1 parent 74b90d3 commit 592e6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: froxy Continuous Delivery
on:
push:
branches:
- feature-#35-BE-cicd
- release # release 브랜치에 푸시될 때 실행

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
node-version: '20' # 적절한 Node.js 버전으로 설정
cache: 'pnpm' # pnpm 캐싱 활성화

- name: Create .env file
run: |
echo "${{ secrets.BE_ENV }}" > ./apps/backend/.env
echo "${{ secrets.BE_ENV }}" > ./apps/backend/.env
- name: Install pnpm #pnpm설치
run: |
Expand Down

0 comments on commit 592e6b8

Please sign in to comment.