changed from hexo to custom react stuff #1
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
|
- 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 }}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"hosting": [
|
"hosting": [
|
||||||
{
|
{
|
||||||
"target": "dev",
|
"target": "test",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"public": "source/build",
|
"public": "source/build",
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue