Skip to content

Commit

Permalink
Add firefile and update vercel command
Browse files Browse the repository at this point in the history
  • Loading branch information
Niceygy committed Dec 13, 2023
1 parent 55e7be9 commit c800502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: yarn && yarn add vercel

- name: Add firefile
run: echo ${{ secrets.FIREFILE }} >> ./firebase.json
run: echo ${{ secrets.FIREFILE }} >> ./firebase.json && ls

# - name: Build
# run: yarn run build

- name: Deploy
run: vercel --token ${{ secrets.VERCEL_AUTH }}
run: vercel --token ${{ secrets.VERCEL_AUTH }} --yes

0 comments on commit c800502

Please sign in to comment.