diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index aea8599..41f8926 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npm ci && npm run build + - run: 'y' - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index a0b99c8..e012f3f 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: npm ci && npm run build + - run: 'y' - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' diff --git a/scheduler/.idea/.idea.scheduler/.idea/indexLayout.xml b/scheduler/.idea/.idea.scheduler/.idea/indexLayout.xml index 7b08163..27fc61a 100644 --- a/scheduler/.idea/.idea.scheduler/.idea/indexLayout.xml +++ b/scheduler/.idea/.idea.scheduler/.idea/indexLayout.xml @@ -1,7 +1,9 @@ - + + ../.github + diff --git a/web/firebase.json b/web/firebase.json index 4335fd1..86e197e 100644 --- a/web/firebase.json +++ b/web/firebase.json @@ -4,17 +4,14 @@ "indexes": "firestore.indexes.json" }, "hosting": { - "public": "public", + "source": ".", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], - "rewrites": [ - { - "source": "**", - "destination": "/index.html" - } - ] + "frameworksBackend": { + "region": "europe-west1" + } } }