diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 78c4c1d..3fb6f4d 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -38,12 +38,12 @@ jobs: - name: Apply target uses: w9jds/firebase-action@master with: - args: target:apply hosting dev developomp-site-test + args: target:apply hosting test developomp-site-test env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} - name: Deploy to Firebase uses: w9jds/firebase-action@master with: - args: deploy --only hosting:dev + args: deploy --only hosting:test env: FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} diff --git a/firebase.json b/firebase.json index bbec2ce..3a5aa77 100644 --- a/firebase.json +++ b/firebase.json @@ -1,7 +1,7 @@ { "hosting": [ { - "target": "dev", + "target": "test", "cleanUrls": true, "public": "source/build", "rewrites": [