Skip to content

Commit

Permalink
cd: fix pathing issues for deploy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Sep 10, 2024
1 parent 852f8d9 commit 72f21e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
channelId: live
projectId: schemessg-v3-dev
target: staging
entryPoint: .
entryPoint: ./frontend
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": "frontend/out",
"public": "out",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 72f21e7

Please sign in to comment.