Skip to content

Commit

Permalink
Configure Firebase ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
cafloyd committed Jan 31, 2024
1 parent 3e91bee commit 7dfa5c3
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 125 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
27 changes: 0 additions & 27 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "public",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
Expand Down
89 changes: 0 additions & 89 deletions public/index.html

This file was deleted.

0 comments on commit 7dfa5c3

Please sign in to comment.