Change hosting

This commit is contained in:
schmelczerandras 2020-09-24 14:20:19 +02:00
parent ba7d4659ee
commit c459a43667
2 changed files with 2 additions and 1 deletions

View file

@ -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 }}

View file

@ -2,6 +2,7 @@
"hosting": {
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"site": "sdf2d-schmelczer-dev",
"rewrites": [
{
"source": "**",