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
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting --project schmelczer-dev
|
||||
args: deploy --only hosting:sdf2d-schmelczer-dev --project schmelczer-dev
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
"hosting": {
|
||||
"public": "dist",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"site": "sdf2d-schmelczer-dev",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue