Skip to content

Commit

Permalink
Update deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore881 committed Dec 18, 2023
1 parent fd8611f commit 6308cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git add .
git reset -- deploy/README.md
git commit -m "update latest build"
git push
6 changes: 4 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Campus-Chats-BE
Back End for Campus Chats Web App
# Campus-Chats-Deploy
The unified codebase that delivers both the APIs and website for campus chats.
### File Structure
```
├───index.js # Server Entry Point
├───api
│ ├───middlewares # Middlewares
│ └───routes # Express route controllers for the server endpoints
├── client
│ └── build # optimized production build of the FE
├───config # Environment variables and configuration
├───loaders # Start-up process split into modules
├───models # Database Models
Expand Down

0 comments on commit 6308cab

Please sign in to comment.