Skip to content

Commit

Permalink
fix: temporarily remove firebase deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jan 18, 2025
1 parent d32dc3c commit 68a3890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ jobs:
- setup_repo
- attach_workspace:
at: '.'
- firebase_deploy:
# token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
alias: << parameters.DEPLOY_ALIAS >>
# - firebase_deploy:
# # token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
# alias: << parameters.DEPLOY_ALIAS >>
- run:
name: Prune Docker resources
command: |
Expand Down

0 comments on commit 68a3890

Please sign in to comment.