Skip to content

Commit

Permalink
setup ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Feb 19, 2022
1 parent dea248d commit 135a0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs-deploy/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const siteIds = {

/** Configuration describing the Firebase project that we deploy to. */
export const firebaseConfig = {
projectId: process.env.DOCS_SITE_FIREBASE_PROJECT_ID! ?? 'angular-components-test',
projectId: process.env.DOCS_SITE_FIREBASE_PROJECT_ID ?? 'angular-components-test',
token: process.env.DOCS_SITE_FIREBASE_TOKEN!,
};

Expand Down

0 comments on commit 135a0d0

Please sign in to comment.