Skip to content

Commit

Permalink
build file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Aksgo committed Jul 11, 2024
1 parent 006763e commit f33752c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/firebase-hosting-deploy.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy to Firebase Hosting

on:
push:
branches:
- master

jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2

- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 comments on commit f33752c

Please sign in to comment.