Skip to content

Commit

Permalink
ci: rename workflow file and fix wrong dir for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 15, 2024
1 parent 3807df9 commit 4e9af24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
cd frontend
npm ci
npm run build
ls -la
- name: Debug directory structure
run: |
pwd
ls -la frontend/
ls -la frontend/.next/
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion frontend/firebase.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hosting": {
"target": "staging",
"public": "out",
"public": "frontend/.next",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 4e9af24

Please sign in to comment.