Update firebase.yml
This commit is contained in:
parent
4670956bd2
commit
65f2b5f94e
12
.github/workflows/firebase.yml
vendored
12
.github/workflows/firebase.yml
vendored
@ -13,11 +13,6 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Archive Production Artifact
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: dist
|
||||
path: ./
|
||||
deploy:
|
||||
name: Deploy
|
||||
needs: build
|
||||
@ -25,14 +20,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: dist
|
||||
path: ./
|
||||
- name: Deploy to Firebase
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
args: deploy --only hosting:yudemoe
|
||||
args: deploy --only hosting:yudemoe --project yudemoe
|
||||
env:
|
||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
Loading…
Reference in New Issue
Block a user