Skip to content

Commit

Permalink
deploy check
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxunn committed Jun 11, 2024
1 parent 05d3fed commit 2623e10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '14' # Use the Node.js version compatible with your project
node-version: '14'

- name: Install dependencies
run: npm install
Expand All @@ -32,4 +32,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
projectId: ekac-437bc
working-directory: frontend
env:
FIREBASE_DEPLOY_PATH: frontend/build

0 comments on commit 2623e10

Please sign in to comment.