Skip to content

Commit

Permalink
Merge pull request #4 from TartejBrothers/Updates
Browse files Browse the repository at this point in the history
Updated: Data
  • Loading branch information
TartejBrothers authored Jun 13, 2024
2 parents 0adcfd2 + 95925e2 commit 59de255
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
"on":
push:
branches:
- main
Expand All @@ -11,10 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TARLOIC }}'
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_TARLOIC }}"
channelId: live
projectId: tarloic
7 changes: 2 additions & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"hosting": {
"public": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"cleanUrls": true
}
}

0 comments on commit 59de255

Please sign in to comment.