Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlowFocus

![CI Pipeline](https://github.com/ihab4real/FlowFocus/actions/workflows/ci.yml/badge.svg) ![Deploy Pipeline](https://github.com/ihab4real/FlowFocus/actions/workflows/deploy.yml/badge.svg)
![CI Pipeline](https://github.com/ihabadham/FlowFocus/actions/workflows/ci.yml/badge.svg) ![Deploy Pipeline](https://github.com/ihabadham/FlowFocus/actions/workflows/deploy.yml/badge.svg)

A full-stack productivity dashboard combining task management, notes, a Pomodoro timer, and a habit tracker built with the MERN stack.

Expand Down Expand Up @@ -33,7 +33,7 @@ A full-stack productivity dashboard combining task management, notes, a Pomodoro

```bash
# Clone the repository
git clone https://github.com/ihab4real/FlowFocus.git
git clone https://github.com/ihabadham/FlowFocus.git
cd FlowFocus

# Install dependencies
Expand Down Expand Up @@ -90,13 +90,13 @@ The application is automatically deployed to production on every push to the `ma
- **Deployment Target**: Ubuntu VPS with Hostinger
- **Process Manager**: PM2
- **Web Server**: Apache (reverse proxy)
- **Deployment Status**: Check the [Actions tab](https://github.com/ihab4real/FlowFocus/actions) for latest deployments
- **Deployment Status**: Check the [Actions tab](https://github.com/ihabadham/FlowFocus/actions) for latest deployments

### Manual Deployment

To deploy manually:

1. Go to the [Actions tab](https://github.com/ihab4real/FlowFocus/actions)
1. Go to the [Actions tab](https://github.com/ihabadham/FlowFocus/actions)
2. Select "Deploy to Production"
3. Click "Run workflow" on the `main` branch

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function LandingPage() {
</Button>
<Button asChild size="lg" variant="outline">
<a
href="https://github.com/ihab4real/flowfocus"
href="https://github.com/ihabadham/flowfocus"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
4 changes: 2 additions & 2 deletions docs/ci-cd-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This document outlines the CI/CD pipeline implementation for the FlowFocus MERN

## Pipeline Status

![CI Pipeline](https://github.com/ihab4real/FlowFocus/actions/workflows/ci.yml/badge.svg)
![Deploy Pipeline](https://github.com/ihab4real/FlowFocus/actions/workflows/deploy.yml/badge.svg)
![CI Pipeline](https://github.com/ihabadham/FlowFocus/actions/workflows/ci.yml/badge.svg)
![Deploy Pipeline](https://github.com/ihabadham/FlowFocus/actions/workflows/deploy.yml/badge.svg)

## Pipeline Architecture

Expand Down
Loading