You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuous Deployment on Netlify of the main branch of this repo (i.e. everytime code got merged onto the **main** branch, it will trigger a rebuild on Netlify.
42
+
Continuous Deployment on Netlify of the main branch of this repo (i.e. everytime code got merged onto the **main** branch, it will trigger a rebuild on Netlify.
43
43
44
44
Changes can be seen 👉 [coderbunker.ca](https://coderbunker.ca/)
45
45
46
46
47
47
48
-
### Staging
48
+
### Staging
49
49
50
50
You can refer to Netlify deploy preview on the pull request.
51
51
@@ -76,13 +76,15 @@ gatsby build
76
76
77
77
```
78
78
coderbunker
79
-
├── locales
79
+
├── locales
80
80
├── src
81
81
│ ├── assets
82
-
│ │ ├── content 👈 Where team member info is stored
82
+
│ │ ├── content
83
+
│ │ │ ├── members 👈 Where team member info is stored
84
+
│ │ │ └── partners 👈 Where partners (& clients) info is stored
0 commit comments