Skip to content

Commit 4a1b90a

Browse files
committed
chore(prod): añadir desplego prod
- ampliar soporte para NodeJS v20.19
1 parent 07c670c commit 4a1b90a

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

.firebaserc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
{
22
"projects": {
33
"default": "angular-hispano-staging",
4-
"staging": "angular-hispano-staging"
4+
"staging": "angular-hispano-staging",
5+
"production": "angular-latino"
56
},
67
"targets": {
78
"angular-hispano-staging": {
89
"hosting": {
9-
"staging": [
10+
"docs": [
1011
"angular-hispano-docs-staging"
1112
]
1213
}
14+
},
15+
"angular-latino": {
16+
"hosting": {
17+
"docs": [
18+
"angular-hispano-docs-prod"
19+
]
20+
}
1321
}
1422
},
1523
"etags": {}
16-
}
24+
}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.2
1+
20.19

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"target": "staging",
3+
"target": "docs",
44
"public": "build/dist/bin/adev/build/browser",
55
"ignore": [
66
"firebase.json",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"build": "zx tools/build.mjs",
99
"start": "zx tools/watch.mjs",
1010
"update-origin": "zx tools/update-origin.mjs",
11-
"deploy:staging": "firebase use staging && firebase deploy --only hosting:staging"
11+
"deploy:staging": "firebase use staging && firebase deploy --only hosting",
12+
"deploy:prod": "firebase use production && firebase deploy --only hosting"
1213
},
1314
"keywords": [],
1415
"author": "",

0 commit comments

Comments
 (0)