removed unnecessary steps
- uploading artifact is a security hazard
This commit is contained in:
parent
f23c798bad
commit
c67ac831d6
1 changed files with 0 additions and 20 deletions
20
.github/workflows/functions.yml
vendored
20
.github/workflows/functions.yml
vendored
|
@ -36,26 +36,6 @@ jobs:
|
|||
- name: Build
|
||||
run: npm --prefix functions run build
|
||||
|
||||
- name: Archive Production Artifact
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: functions_lib
|
||||
path: functions/lib
|
||||
|
||||
deploy:
|
||||
name: Deploy
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@master
|
||||
with:
|
||||
name: functions_lib
|
||||
path: functions/lib
|
||||
|
||||
- name: Deploy to Firebase
|
||||
uses: w9jds/firebase-action@master
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue