changed target name from dev to test
This commit is contained in:
parent
43960ce7d3
commit
7e105e0b48
2 changed files with 3 additions and 3 deletions
4
.github/workflows/firebase-hosting-merge.yml
vendored
4
.github/workflows/firebase-hosting-merge.yml
vendored
|
@ -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 }}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"hosting": [
|
||||
{
|
||||
"target": "dev",
|
||||
"target": "test",
|
||||
"cleanUrls": true,
|
||||
"public": "source/build",
|
||||
"rewrites": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue