Skip to content

Commit 733ea51

Browse files
authored
Create deployment scripts (#582)
* Fix ESLint warnings * Some general clean up * WIP web-app deploy * Fix images deploy * Add workaround for log out error issue * Fix capitalisation * Remove old Pages dir * Add recommended extensions * Fix gcloud project setting * Clean up * Fix typo in changelog * Rename logo file * Update README * Clean up shared package * WIP Firebase deploy * Fix .env files in Firebase * Re-factor functions deploy * More README updates * Setting gcloud project id * Fix seed data
1 parent 870f8e5 commit 733ea51

File tree

89 files changed

+925
-1136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+925
-1136
lines changed

.vscode/extensions.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"recommendations": ["davidanson.vscode-markdownlint"]
3+
}

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the app are documented in this file.
55
## 0.2.0 (22nd January 2022)
66

77
- Add proper app logo.
8-
- Made preliminary changes to support custom categories. This functionality is not yet exposed in the app, will be added in
8+
- Made preliminary changes to support custom categories. This functionality is not yet exposed in the app, will be added in [0.4.0](README.md#roadmap).
99
- Minor bugfixes.
1010

1111
## 0.1.1 (4th November 2020)

README.md

+66-122
Large diffs are not rendered by default.

firebase.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
]
1111
},
1212
"firestore": {
13-
"rules": "packages/cloud-functions/firestore.rules"
13+
"rules": "packages/firebase/firestore.rules"
1414
},
1515
"functions": {
16-
"source": "packages/cloud-functions"
16+
"source": "packages/firebase"
1717
}
1818
}

0 commit comments

Comments
 (0)