Submodule configuration and Vercel deployment setup
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
Anurag Verma spent the day wiring up the codercops-site project for deployment, updating submodule references, configuring build scripts, and adding deployment platform integrations.
The work centered on codercops-site, a project using git submodules to pull in content from a separate repository. Verma updated .gitmodules [1] and merged the changes [2], then pushed multiple submodule pointer updates [3][4][20][21] to track the latest commits from codercops-content. He created a .vercelignore file [5][6][7] to control what Vercel would build, and updated package.json multiple times [8][9][10][14][15][16][17][18][19] to adjust build dependencies and scripts. A key piece was refining vercel-submodule-workaround.sh [11][12][13], a build-time helper to handle git submodule initialization on the Vercel platform. Later in the day, Verma added an Azure Static Web Apps workflow file [24] to support deployment to that platform as well, and integrated Google Analytics into the site [26][27]. He worked through several issues along the way, fixing directory paths [22], resolving permission problems , and debugging the build configuration [23][25].
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] Update .gitmodules anurag629/codercops-site
- [2] Merge pull request #31 from anurag629/anurag629-patch-2 anurag629/codercops-site
- [3] Update submodule to codercops-content commit anurag629/codercops-site
- [4] Update submodule to codercops-content commit anurag629/codercops-site
- [5] Create .vercelignore anurag629/codercops-site
- [6] Merge pull request #32 from anurag629/anurag629-patch-1 anurag629/codercops-site
- [7] Create .vercelignore ↗ anurag629/codercops-site
- [8] Update package.json anurag629/codercops-site
- [9] Merge pull request #33 from anurag629/anurag629-patch-2 anurag629/codercops-site
- [10] Update package.json ↗ anurag629/codercops-site
- [11] Update vercel-submodule-workaround.sh anurag629/codercops-site
- [12] Merge pull request #34 from anurag629/anurag629-patch-3 anurag629/codercops-site
- [13] Update vercel-submodule-workaround.sh ↗ anurag629/codercops-site
- [14] Update package.json anurag629/codercops-site
- [15] Merge pull request #35 from anurag629/anurag629-patch-1 anurag629/codercops-site
- [16] Update package.json ↗ anurag629/codercops-site
- [17] Update package.json anurag629/codercops-site
- [18] Merge pull request #36 from anurag629/anurag629-patch-2 anurag629/codercops-site
- [19] Update package.json ↗ anurag629/codercops-site
- [20] Update submodule to codercops-content commit anurag629/codercops-site
- [21] Update submodule to codercops-content commit anurag629/codercops-site
- [22] fixed the directory name anurag629/codercops-site
- [23] maybe fixed anurag629/codercops-site
- [24] ci: add Azure Static Web Apps workflow file anurag629/codercops-site
- [25] fixed error anurag629/codercops-site
- [26] added google analytics anurag629/codercops-site
- [27] added google analytics anurag629/codercops-site