File tree 3 files changed +5
-12
lines changed
3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,11 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - run : npm ci
14
+ - run : " npm ci && npm run build "
15
15
- uses : FirebaseExtended/action-hosting-deploy@main
16
16
with :
17
17
repoToken : ${{ secrets.GITHUB_TOKEN }}
18
18
firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FLUTTERGATOPEDIA }}
19
19
channelId : live
20
20
projectId : fluttergatopedia
21
21
target : gatopedia
22
- env :
23
- FIREBASE_CLI_EXPERIMENTS : webframeworks
Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - run : npm ci
16
+ - run : " npm ci && npm run build "
17
17
- uses : FirebaseExtended/action-hosting-deploy@main
18
18
with :
19
19
repoToken : ${{ secrets.GITHUB_TOKEN }}
20
20
firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FLUTTERGATOPEDIA }}
21
21
projectId : fluttergatopedia
22
22
target : gatopedia
23
- env :
24
- FIREBASE_CLI_EXPERIMENTS : webframeworks
Original file line number Diff line number Diff line change 1
1
{
2
2
"hosting" : {
3
- "source " : " . " ,
4
- "site" : " gatopedia " ,
3
+ "public " : " dist/gatopediaweb " ,
4
+ "site" : " " ,
5
5
"ignore" : [
6
6
" firebase.json" ,
7
7
" **/.*" ,
8
8
" **/node_modules/**"
9
- ],
10
- "frameworksBackend" : {
11
- "region" : " us-central1"
12
- }
9
+ ]
13
10
}
14
11
}
You can’t perform that action at this time.
0 commit comments