Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc591e8b

Browse files
committed
firebase app hosted
1 parentcdf770c commitc591e8b

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name:Deploy to Firebase Hosting on merge
5+
'on':
6+
push:
7+
branches:
8+
-master
9+
jobs:
10+
build_and_deploy:
11+
runs-on:ubuntu-latest
12+
steps:
13+
-uses:actions/checkout@v2
14+
-uses:FirebaseExtended/action-hosting-deploy@v0
15+
with:
16+
repoToken:'${{ secrets.GITHUB_TOKEN }}'
17+
firebaseServiceAccount:'${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
18+
channelId:live
19+
projectId:portfolio-4e6e3
20+
env:
21+
FIREBASE_CLI_PREVIEWS:hostingchannels
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This file was auto-generated by the Firebase CLI
2+
# https://github.com/firebase/firebase-tools
3+
4+
name:Deploy to Firebase Hosting on PR
5+
'on':pull_request
6+
jobs:
7+
build_and_preview:
8+
runs-on:ubuntu-latest
9+
steps:
10+
-uses:actions/checkout@v2
11+
-uses:FirebaseExtended/action-hosting-deploy@v0
12+
with:
13+
repoToken:'${{ secrets.GITHUB_TOKEN }}'
14+
firebaseServiceAccount:'${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4E6E3 }}'
15+
projectId:portfolio-4e6e3
16+
env:
17+
FIREBASE_CLI_PREVIEWS:hostingchannels

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp