Skip to content

Commit

Permalink
⚙️ chore: CD를 위해 env 파일 작성하게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 7, 2024
1 parent 38d0ed4 commit 45c31ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
cache: 'npm'
cache-dependency-path: ./BE/package-lock.json

- name: Create .env file
run: |
touch ./BE/.env
echo "${{ secrets.ENV }}" > ./BE/.env
- name: Install dependencies
working-directory: ./BE
run: npm ci
Expand Down

0 comments on commit 45c31ae

Please sign in to comment.