changed target name from dev to test

This commit is contained in:
Kim, Jimin 2021-05-18 09:39:01 +09:00
parent 43960ce7d3
commit 7e105e0b48
2 changed files with 3 additions and 3 deletions

View file

@ -38,12 +38,12 @@ jobs:
- name: Apply target - name: Apply target
uses: w9jds/firebase-action@master uses: w9jds/firebase-action@master
with: with:
args: target:apply hosting dev developomp-site-test args: target:apply hosting test developomp-site-test
env: env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
- name: Deploy to Firebase - name: Deploy to Firebase
uses: w9jds/firebase-action@master uses: w9jds/firebase-action@master
with: with:
args: deploy --only hosting:dev args: deploy --only hosting:test
env: env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }} FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

View file

@ -1,7 +1,7 @@
{ {
"hosting": [ "hosting": [
{ {
"target": "dev", "target": "test",
"cleanUrls": true, "cleanUrls": true,
"public": "source/build", "public": "source/build",
"rewrites": [ "rewrites": [