Skip to content

Commit

Permalink
Deploy only hosting
Browse files Browse the repository at this point in the history
Reverts occasional change in the previous commit.
  • Loading branch information
anantakrishna committed Nov 15, 2023
1 parent 63ec96b commit 7f800e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Deploy to production
run: |
firebase deploy --project ${{ vars.GCP_PROJECT_ID }} --force --non-interactive
firebase deploy --only hosting --project ${{ vars.GCP_PROJECT_ID }} --force --non-interactive
# Inspired by https://superuser.com/a/943466 and https://stackoverflow.com/a/74998363
firebase hosting:sites:list --json --project ${{ vars.GCP_PROJECT_ID }} \
Expand Down

0 comments on commit 7f800e0

Please sign in to comment.