diff --git a/.firebaserc b/.firebaserc index cc7aba5d..8c0cfb6d 100644 --- a/.firebaserc +++ b/.firebaserc @@ -6,17 +6,17 @@ "targets": { "digital-commerce-71eb8": { "hosting": { - "hotwax-job-manager": [ + "prod": [ "hotwax-job-manager" ] } }, "hotwax-digital-commerce": { "hosting": { - "job-manager-dev": [ + "dev": [ "job-manager-dev" ], - "job-manager-uat": [ + "uat": [ "job-manager-uat" ] } diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 7577ea8b..8d02effa 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -24,6 +24,6 @@ jobs: env: HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }} - name: Deploy - run: firebase deploy --token "$HOTWAX_PUBLIC_SECRET" -m "Deploying via GitHub actions" --only hosting:job-manager-dev + run: firebase deploy --token "$HOTWAX_PUBLIC_SECRET" -m "Deploying via GitHub actions" --only hosting:dev env: HOTWAX_PUBLIC_SECRET: ${{ secrets.HOTWAX_PUBLIC_SECRET }} diff --git a/firebase.json b/firebase.json index 6a4d8236..158e9c8a 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "hosting": [ { - "target": "hotwax-job-manager", + "target": "prod", "public": "dist", "ignore": [ "firebase.json", @@ -15,7 +15,7 @@ }, { - "target": "job-manager-dev", + "target": "dev", "public": "dist", "ignore": [ "firebase.json", @@ -28,7 +28,7 @@ }] }, { - "target": "job-manager-uat", + "target": "uat", "public": "dist", "ignore": [ "firebase.json",