Skip to content

Commit

Permalink
fix(ci): update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoAnastasiadis authored Feb 28, 2024
1 parent 2c7480c commit 378fd7c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,15 @@ jobs:
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
steps:
- uses: actions/download-artifact@master
- name: Checkout Repo
uses: actions/checkout@master
- name: Download Build Folder
uses: actions/download-artifact@master
with:
name: build
path: build
- uses: actions/download-artifact@master
with:
name: firebase_json
path: firebase.json
- uses: w9jds/firebase-action@master
- run: ls
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only functions:auth,functions:data

0 comments on commit 378fd7c

Please sign in to comment.