Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahMansoor123 committed Sep 11, 2024
1 parent 5cb789e commit 29afa80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ This project demonstrates a complete pipeline for building, deploying, and maint
sudo usermod -aG docker ubuntu
newgrp docker
```
check if the setup completed successfully by running `docker images` on the EC2 instance

7. **Create Runner on GitHub to Connect Repo with EC2**
- **Create a Folder for the Runner**
Expand All @@ -89,7 +90,7 @@ This project demonstrates a complete pipeline for building, deploying, and maint

- **Configure the Runner**
```bash
./config.sh --url https://github.com/AbdullahMansoor123/cicd_with_aws --token <your_github_token>
./config.sh --url https://github.com/AbdullahMansoor123/ml_end2end --token <your_github_token>
```

- **Run the Runner**
Expand Down
Binary file modified src/__pycache__/exception.cpython-39.pyc
Binary file not shown.

0 comments on commit 29afa80

Please sign in to comment.