diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4fc54140..92704d2c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -194,19 +194,11 @@ jobs: run: unzip acf-configs-${{vars.NX_PUBLIC_VARIANT}}.zip -d acf-configs - name: Build And Deploy id: deploy - uses: Azure/static-web-apps-deploy@v1 + uses: FirebaseExtended/action-hosting-deploy@v0 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} - repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) - action: 'upload' - ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### - # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: 'acf-configs' # App source code path - api_location: '' # Api source code path - optional - skip_app_build: true - skip_api_build: true - output_location: '' # Built app content directory - optional - ###### End of Repository/Build Configurations ###### + firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}' + projectId: auto-clicker-autofill + channelId: live tag: needs: [extension, web] diff --git a/firebase.json b/firebase.json index ae777724..0cf85fe2 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "hosting": { "site": "auto-clicker-autofill-configs", - "public": "dist/apps/acf-configs", + "public": "acf-configs", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [ {