Skip to content

Commit

Permalink
Merge pull request #378 from sartim/develop
Browse files Browse the repository at this point in the history
Remove deploy
  • Loading branch information
sartim committed Mar 20, 2024
2 parents 59fd035 + cacdb41 commit 4c18aa7
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,8 @@ jobs:
env:
CI: false
- run: ./scripts/create_api_dot_js.sh
deploy:
runs-on: ubuntu-latest
needs: build
strategy:
max-parallel: 1
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: firebase login:ci
- name: Deploy to prod
run: |
firebase deploy
- run: firebase logout
- run: firebase login:ci
- name: Deploy to prod
run: |
firebase deploy
- run: firebase logout

0 comments on commit 4c18aa7

Please sign in to comment.