Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Circle dev-site-deploy job needs to copy the correct firebase config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored and ci-build committed Sep 14, 2021
1 parent 121d125 commit 0e3bd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
command: npm install firebase-tools firebase-functions
- run:
name: Configure Firebase for the deployment project name.
command: GOOGLE_APPLICATION_CREDENTIALS="$HOME"/gcloud.json ./node_modules/.bin/firebase use --add rally-web-spike && cp config/firebase.config.rally-web-spike.json config/firebase.config.json
command: GOOGLE_APPLICATION_CREDENTIALS="$HOME"/gcloud.json ./node_modules/.bin/firebase use --add rally-web-spike && cp config/firebase.config.rally-web-spike.json build/firebase.config.json
- run:
name: Firebase Deploy.
command: GOOGLE_APPLICATION_CREDENTIALS="$HOME"/gcloud.json ./node_modules/.bin/firebase deploy --project rally-web-spike
Expand Down

0 comments on commit 0e3bd68

Please sign in to comment.