Skip to content

Commit

Permalink
Add cd step to deploy function
Browse files Browse the repository at this point in the history
  • Loading branch information
navzam committed Aug 16, 2024
1 parent b655456 commit c5d32ea
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ jobs:
- name: Build
run: npm run build
working-directory: checkout-prefix
- name: Output directory
run: ls
- name: Output checkout directory
run: ls checkout-prefix
# - name: Deploy functions
# run: npm run deploy
# - name: Output firebase debug log
# if: always()
# run: cat firebase-debug.log
# - name: Output directory
# run: ls
# - name: Output checkout directory
# run: ls checkout-prefix
- name: Deploy functions
run: npm run deploy
working-directory: checkout-prefix
- name: Output firebase debug log
if: always()
run: cat firebase-debug.log
working-directory: checkout-prefix

0 comments on commit c5d32ea

Please sign in to comment.