Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from claustra01/fix/yaml-file-name
Browse files Browse the repository at this point in the history
yamlファイル名の変更
  • Loading branch information
claustra01 authored Aug 4, 2024
2 parents 1240b22 + c739e9d commit 717e89d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting

name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- main

jobs:
build_and_deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: npm install && npm run build

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 717e89d

Please sign in to comment.