From c459a43667932d2fe3fba83ae274d0c4eb2919d7 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Thu, 24 Sep 2020 14:20:19 +0200 Subject: [PATCH] Change hosting --- .github/workflows/main.yaml | 2 +- firebase.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 649a0e1..487a929 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 }} diff --git a/firebase.json b/firebase.json index 6564edd..f627860 100644 --- a/firebase.json +++ b/firebase.json @@ -2,6 +2,7 @@ "hosting": { "public": "dist", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "site": "sdf2d-schmelczer-dev", "rewrites": [ { "source": "**",