Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,16 @@ A Mentor/ Mentee Matchmaking App
IP: 34.122.108.133
URL: https://www.menta.dev

To Deploy:
### Auto Deployment

This is set up to auto deploy from main every other hour.

Cron Job
```shell
15 */2 * * * /home/jameskrepelka/auto-deploy.sh
```

### Manual Deployment

Ask @Jooms to do the following

Expand Down