Skip to content

Commit

Permalink
Merge pull request #2 from Etyala/deploy
Browse files Browse the repository at this point in the history
final
  • Loading branch information
Etyala authored Mar 7, 2024
2 parents 608dc61 + f52bc3f commit 306305e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
index.html,1708800125222,820c850791eeaef190f4564272c4cbe718a2f8ead4973eeacc12aa8473f3b4c5
favicon.ico,1708800125709,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9
robots.txt,1708800128455,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
manifest.json,1708800127122,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
logo192.png,1708800127926,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b
logo512.png,1708800128120,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
Deekshith.png,1708798449379,18eb4499c451cf3dcd3b75ff5e806203dbc61b8c90cc7cb93077f4cbd2f433be
20 changes: 20 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TODOAPP_12FFA }}'
channelId: live
projectId: todoapp-12ffa

0 comments on commit 306305e

Please sign in to comment.