Skip to content

Commit

Permalink
GitHub pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luedu1103 committed Sep 12, 2024
1 parent 34d5842 commit a0dbb59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools

name: Deploy to Firebase Hosting on merge
name: Deploy to GitHub Pages
on:
push:
branches:
Expand Down Expand Up @@ -45,10 +42,9 @@ jobs:
name: web-build
path: build/web

- name: 🚀 Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
- name: 🚀 Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BURRITO_WEB_C7011 }}
channelId: live
projectId: burrito-web-c7011
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/web
publish_branch: gh-pages
20 changes: 0 additions & 20 deletions .github/workflows/firebase-hosting-pull-request.yml

This file was deleted.

0 comments on commit a0dbb59

Please sign in to comment.