Skip to content

Commit

Permalink
ci(developer): only deploy hosting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jul 10, 2023
1 parent b454433 commit 1428f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
{"type":"ci","section":"⚙️ Continuous Integration Changes","hidden":true},
{"type":"chore","section":"🧰 Maintenance","hidden":true}]
default-branch: ${{ github.ref_name }}
path: src/self-service
path: "src/self-service"
monorepo-tags: true

deploy-firebase-dev:
Expand Down Expand Up @@ -104,4 +104,4 @@ jobs:

- name: 🚀 Firebase deploy
shell: bash
run: npx firebase-tools deploy --project ${{ secrets.PROJECT_ID }}
run: npx firebase-tools deploy --only-hosting --project ${{ secrets.PROJECT_ID }}

0 comments on commit 1428f4e

Please sign in to comment.