Skip to content

Commit 646f507

Browse files
committed
remove firebase deploy
1 parent 7a43138 commit 646f507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,9 @@ jobs:
313313
- setup_repo
314314
- attach_workspace:
315315
at: '.'
316-
- firebase_deploy:
317-
# token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
318-
alias: << parameters.DEPLOY_ALIAS >>
316+
# - firebase_deploy:
317+
# # token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
318+
# alias: << parameters.DEPLOY_ALIAS >>
319319
- run:
320320
name: Prune Docker resources
321321
command: |

0 commit comments

Comments
 (0)