diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml
deleted file mode 100644
index 5fca6e2d..00000000
--- a/.github/workflows/firebase-hosting-pull-request.yml
+++ /dev/null
@@ -1,37 +0,0 @@
-# This file was auto-generated by the Firebase CLI
-# https://github.com/firebase/firebase-tools
-
-name: Deploy to Firebase Hosting on PR
-'on': pull_request
-jobs:
- build_and_preview:
- if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
- runs-on: ubuntu-latest
- permissions:
- contents: read
- pull-requests: write
- steps:
- - uses: actions/checkout@v3
- - uses: actions/setup-node@v3
- with:
- node-version: "18"
- - name: Install Dependencies
- working-directory: ./app/WhereIsThePower
- run: npm install --frozen-lock
- - name: Update env
- uses: cschleiden/replace-tokens@v1.2
- with:
- tokenPrefix: '{'
- tokenSuffix: '}'
- files: ./app/WhereIsThePower/src/environments/environment.prod.ts
- env:
- MapboxApiKey: ${{ secrets.TEST_SECRET }}
- - name: Build app
- working-directory: ./app/WhereIsThePower
- run: npm run build
- - uses: FirebaseExtended/action-hosting-deploy@v0
- with:
- working-directory: ./app/WhereIsThePower
- repoToken: '${{ secrets.GITHUB_TOKEN }}'
- firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_WHEREISTHEPOWER_33A66 }}'
- projectId: whereisthepower-33a66
diff --git a/.github/workflows/firebase_dev.yml b/.github/workflows/firebase_dev.yml
new file mode 100644
index 00000000..76328a0f
--- /dev/null
+++ b/.github/workflows/firebase_dev.yml
@@ -0,0 +1,42 @@
+name: Build and Deploy app to DEV site
+'on':
+ push:
+ branches:
+ - dev
+
+jobs:
+ build_and_deploy:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+
+ - uses: actions/setup-node@v3
+ with:
+ node-version: "18"
+
+ - name: Install Dependencies
+ working-directory: ./app/WhereIsThePower
+ run: npm install --frozen-lock
+
+ - name: Inject Developer tags
+ run: |
+ sed -i 's||