Skip to content

Commit

Permalink
Merge branch 'back/main' of https://github.com/boostcampwm-2024/web16…
Browse files Browse the repository at this point in the history
…-JuGa into back/main
  • Loading branch information
sieunie committed Nov 7, 2024
2 parents a4a88af + 45c31ae commit 2900fcd
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 2900fcd

Please sign in to comment.