Skip to content

Commit

Permalink
Merge pull request #431 from Seburan/unified-cloudbuild
Browse files Browse the repository at this point in the history
fix firebase deploy script
  • Loading branch information
siddharth-sahoo authored Nov 1, 2024
2 parents 2b01662 + f769967 commit 9a1f307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EXTERNAL_PORT=443
PORT=8080

# list of service names
SERVICES=("home" "news" "shop" "travel" "dsp" "dsp-a" "dsp-b" "ssp" "ssp-a" "ssp-b" "idp" "topics" "topics-server" "ad-server")
SERVICES=("home" "news" "shop" "travel" "dsp" "dsp-a" "dsp-b" "ssp" "ssp-a" "ssp-b" "idp" "topics-server" "ad-server")

DEMO_HOST_PREFIX=privacy-sandcastle-dev-

Expand Down
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
{
"target": "shop",
"public": "services/shop/public",
"public": "services/shop/src/public",
"ignore": [
"firebase.json",
"**/.*",
Expand Down

0 comments on commit 9a1f307

Please sign in to comment.