1
0
Fork 0

removed unnecessary steps

- uploading artifact is a security hazard
This commit is contained in:
Kim, Jimin 2022-02-27 11:10:30 +09:00
parent f23c798bad
commit c67ac831d6

View file

@ -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: