Skip to content

Commit

Permalink
Merge pull request #23 from phillip-che/andrewjunggg-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-che authored Dec 10, 2023
2 parents fa88567 + 7f06e67 commit fa7be03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
- name: Install backend dependencies
run: cd server && npm install

- name: Generate .env file
uses: iamsauravsharma/[email protected]
with:
file-path: 'client/.env.local'
env:
NEXT_PUBLIC_SOCKET_URL: ${{ secrets.NEXT_PUBLIC_SOCKET_URL }}
NEXT_PUBLIC_AES_KEY_STRING: ${{ secrets.NEXT_PUBLIC_AES_KEY_STRING }}

- name: Remove previous deployment
uses: appleboy/[email protected]
with:
Expand Down

0 comments on commit fa7be03

Please sign in to comment.