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
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 }}

View file

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