Change hosting
This commit is contained in:
parent
ba7d4659ee
commit
c459a43667
2 changed files with 2 additions and 1 deletions
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
|
|
@ -16,6 +16,6 @@ jobs:
|
||||||
- name: Deploy html
|
- name: Deploy html
|
||||||
uses: w9jds/firebase-action@master
|
uses: w9jds/firebase-action@master
|
||||||
with:
|
with:
|
||||||
args: deploy --only hosting --project schmelczer-dev
|
args: deploy --only hosting:sdf2d-schmelczer-dev --project schmelczer-dev
|
||||||
env:
|
env:
|
||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "dist",
|
"public": "dist",
|
||||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||||
|
"site": "sdf2d-schmelczer-dev",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "**",
|
"source": "**",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue