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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue